ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/Makefile.in
Revision 1.25 - (view) (annotate) - [select for diffs]
2002-09-17T16:09:25Z (21 years, 9 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.24: +87 -1 lines
Diff to previous 1.24
Additions for the JIT compiler opcode translators + NOFLAGS variant of
regular instruction handlers.

Revision 1.24 - (view) (annotate) - [select for diffs]
2002-07-31T16:46:14Z (21 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
- it is now possible to make the serial drivers pipe their input/output
  to programs by using a '|' followed by a command line as the modem or
  printer port setting (instead of a device name like '/dev/ttyS0')
  [Brian Johnson]
- the option "--config FILE" tells B2 to use a different config file

Revision 1.23 - (view) (annotate) - [select for diffs]
2001-08-19T16:18:30Z (22 years, 10 months ago) by gbeauche
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
- configure.in: actually save CXXFLAGS instead of CFLAGS in the code to
  detect whether the compiler supports -fno-merge-constants or not
- Makefile.in: make sure to link gencpu with g++ since it contains objects
  compiled from C++ code. Fix build problems with gcc 3.0.1

Revision 1.22 - (view) (annotate) - [select for diffs]
2001-06-26T22:35:40Z (23 years ago) by gbeauche
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
- added SIGSEGV support for Linux/Alpha (to be checked), Darwin/PPC
- added uniform virtual memory allocation
  (supports mmap(), vm_allocate(), or fallbacks to malloc()/free())
- cleaned up memory allocation in main_unix.cpp

Revision 1.21 - (view) (annotate) - [select for diffs]
2001-05-20T20:31:50Z (23 years, 1 month ago) by gbeauche
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-29052001
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
- new and updated SIGSEGV support functions:
  + configure script cleanups
  + possible support for Direct Addressing / VOSF on other platforms

Revision 1.20 - (view) (annotate) - [select for diffs]
2001-01-28T14:05:19Z (23 years, 5 months ago) by gbeauche
Branch: MAIN
CVS Tags: snapshot-17022001
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Mainly changes to the VOSF code:
- improved blitters selection
- improved blitters performance if UNALIGNED_PROFITABLE is set
- cleaned up 8 bpp blitters

Revision 1.19 - (view) (annotate) - [select for diffs]
2000-10-10T20:55:38Z (23 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
DESTDIR was not respected by installdirs target

Revision 1.18 - (view) (annotate) - [select for diffs]
2000-10-10T18:54:34Z (23 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.17: +12 -10 lines
Diff to previous 1.17
- updated spec file
- make install/uninstall targets support DESTDIR variable
- fixed compilation problem with DIRECT_ADDRESSING

Revision 1.17 - (view) (annotate) - [select for diffs]
2000-07-25T15:19:42Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.16: +7 -6 lines
Diff to previous 1.16
- more cleanups
- splitted prefs.cpp into prefs.cpp and prefs_items.cpp to make prefs.cpp
  reusable for other projects

Revision 1.16 - (view) (annotate) - [select for diffs]
2000-07-13T13:47:05Z (23 years, 11 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
- first version to run natively on NetBSD/m68k

Revision 1.15 - (view) (annotate) - [select for diffs]
1999-10-26T16:56:38Z (24 years, 8 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-02111999, snapshot-22121999
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
- small fixes to Makefile.in and configure script
- main_unix.cpp tested ENABLE_DGA instead of ENABLE_XF86_DGA

Revision 1.14 - (view) (annotate) - [select for diffs]
1999-10-23T17:57:44Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.13: +4 -2 lines
Diff to previous 1.13
- audio_linux.cpp renamed to audio_oss_esd.cpp (now also used under FreeBSD)
  and added support for ESD
- medium removal is allowed for CD-ROM on exit
- added mkinstalldirs to "make install" target

Revision 1.13 - (view) (annotate) - [select for diffs]
1999-10-21T13:19:13Z (24 years, 8 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
- added fbdev video code and SPARC assembly optimizations

Revision 1.12 - (view) (annotate) - [select for diffs]
1999-10-19T17:41:34Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
- added external file system
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp

Revision 1.11 - (view) (annotate) - [select for diffs]
1999-10-18T16:15:39Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.10: +54 -3 lines
Diff to previous 1.10
- compilation of cpuemu.cpp is now split

Revision 1.10 - (view) (annotate) - [select for diffs]
1999-10-12T20:00:52Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.9: +6 -5 lines
Diff to previous 1.9
- disk insertions are now checked for by the 60Hz interrupt routine
- localizable strings are split into a common and a platform-specific set
- fixed bug in CR->LF translation in AmigaOS/clip_amiga.cpp

Revision 1.9 - (view) (annotate) - [select for diffs]
1999-10-12T18:40:57Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.8: +20 -14 lines
Diff to previous 1.8
- improved Makefile and man page

Revision 1.8 - (view) (annotate) - [select for diffs]
1999-10-07T21:10:30Z (24 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
- "make depend" now works

Revision 1.7 - (view) (annotate) - [select for diffs]
1999-10-05T16:04:23Z (24 years, 9 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_7-2
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
- cosmetic fix

Revision 1.6 - (view) (annotate) - [select for diffs]
1999-10-04T21:07:17Z (24 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.5: +17 -19 lines
Diff to previous 1.5
- improved configuration and installation

Revision 1.5 - (view) (annotate) - [select for diffs]
1999-10-03T17:45:08Z (24 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.4: +7 -2 lines
Diff to previous 1.4
- sys_unix.cpp: changed one #ifdef that should really have been an #if
- Makefile.in: provided uninstall target

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-03T17:12:20Z (24 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
- install target didn't install keycodes file in proper location

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-03T16:20:08Z (24 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.2: +15 -13 lines
Diff to previous 1.2
- renamed basilisk_ii_keycodes to keycodes
- default location of keycodes file is now $(sharedir)/keycodes
  (depends on install prefix)
- improved the install target

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-03T15:11:07Z (24 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.1: +9 -7 lines
Diff to previous 1.1
- improved the clean/distclean targets

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-03T14:16:25Z (24 years, 9 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision

Convenience Links

Links to HEAD: (view) (annotate) Links to nigel-build-12: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a