diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-22 21:22:08 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-22 21:22:08 +0000 |
commit | b6597455e1ce7a42c7b273803cc77172f7b3cfc3 (patch) | |
tree | c0dcb8d1683c0eceeb193cc465306058bebdd2c5 /config | |
parent | 5efd597b3c74f3a2e03f2508140a43203f5e73cb (diff) | |
download | gdb-b6597455e1ce7a42c7b273803cc77172f7b3cfc3.zip gdb-b6597455e1ce7a42c7b273803cc77172f7b3cfc3.tar.gz gdb-b6597455e1ce7a42c7b273803cc77172f7b3cfc3.tar.bz2 |
MPW makefile definitions
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 12 | ||||
-rw-r--r-- | config/ChangeLog.mpw | 4 | ||||
-rw-r--r-- | config/mpw-mh-mpw | 15 |
3 files changed, 29 insertions, 2 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index c39373e..52dbc5a 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -1,4 +1,6 @@ -# Each directory to survive it's way into a release will need a file +# .Sanitize for devo/config + +# Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, # and must exist in the order specified by this file. Each directory # in the tree will be processed, top down, in the following order. @@ -9,10 +11,16 @@ # The lines between the "Do-first:" line and the "Things-to-keep:" # line are executed as a /bin/sh shell script before anything else is -# done in this +# done in this directory. Do-first: +if ( echo $* | grep keep\-mpw > /dev/null) ; then + keep_these_too="mpw-mh-mpw ChangeLog.mpw ${keep_these_too}" +else + lose_these_too="mpw-mh-mpw ChangeLog.mpw ${lose_these_too}" +fi + # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize diff --git a/config/ChangeLog.mpw b/config/ChangeLog.mpw new file mode 100644 index 0000000..42b4e75 --- /dev/null +++ b/config/ChangeLog.mpw @@ -0,0 +1,4 @@ +Sat Jan 22 13:07:02 1994 Stan Shebs (shebs@andros.cygnus.com) + + * mpw-mh-mpw: New file, host makefile definitions for MPW. + diff --git a/config/mpw-mh-mpw b/config/mpw-mh-mpw new file mode 100644 index 0000000..c296ed2 --- /dev/null +++ b/config/mpw-mh-mpw @@ -0,0 +1,15 @@ +# This is an MPW makefile fragment. + +CC = C -d MPW_C +#CC = gC + +CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far + +LDFLAGS = -d -model far -c 'MPS ' -t MPST + +EXTRALIBS = \Option-d + "{CLibraries}"StdClib.o \Option-d + "{Libraries}"Stubs.o \Option-d + "{Libraries}"Runtime.o \Option-d + "{Libraries}"Interface.o \Option-d + #"{Libraries}"ToolLibs.o |