diff options
Diffstat (limited to 'old')
| -rw-r--r-- | old/Makefile.riscos | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/old/Makefile.riscos b/old/Makefile.riscos index d97f449..57e29d3 100644 --- a/old/Makefile.riscos +++ b/old/Makefile.riscos | |||
| @@ -3,12 +3,12 @@ | |||
| 3 | # test works out-of-the-box, installs `somewhere' on demand | 3 | # test works out-of-the-box, installs `somewhere' on demand |
| 4 | 4 | ||
| 5 | # Toolflags: | 5 | # Toolflags: |
| 6 | CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah | 6 | CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah |
| 7 | C++flags = -c -depend !Depend -IC: -throwback | 7 | C++flags = -c -depend !Depend -IC: -throwback |
| 8 | Linkflags = -aif -c++ -o $@ | 8 | Linkflags = -aif -c++ -o $@ |
| 9 | ObjAsmflags = -throwback -NoCache -depend !Depend | 9 | ObjAsmflags = -throwback -NoCache -depend !Depend |
| 10 | CMHGflags = | 10 | CMHGflags = |
| 11 | LibFileflags = -c -l -o $@ | 11 | LibFileflags = -c -l -o $@ |
| 12 | Squeezeflags = -o $@ | 12 | Squeezeflags = -o $@ |
| 13 | 13 | ||
| 14 | # change the line below to where _you_ want the library installed. | 14 | # change the line below to where _you_ want the library installed. |
| @@ -17,10 +17,10 @@ libdest = lib:zlib | |||
| 17 | # Final targets: | 17 | # Final targets: |
| 18 | @.lib: @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \ | 18 | @.lib: @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \ |
| 19 | @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \ | 19 | @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \ |
| 20 | @.o.uncompr @.o.zutil | 20 | @.o.uncompr @.o.zutil |
| 21 | LibFile $(LibFileflags) @.o.adler32 @.o.compress @.o.crc32 @.o.deflate \ | 21 | LibFile $(LibFileflags) @.o.adler32 @.o.compress @.o.crc32 @.o.deflate \ |
| 22 | @.o.gzio @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil \ | 22 | @.o.gzio @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil \ |
| 23 | @.o.trees @.o.uncompr @.o.zutil | 23 | @.o.trees @.o.uncompr @.o.zutil |
| 24 | test: @.minigzip @.example @.lib | 24 | test: @.minigzip @.example @.lib |
| 25 | @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV | 25 | @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV |
| 26 | @echo running tests: hang on. | 26 | @echo running tests: hang on. |
| @@ -41,9 +41,9 @@ test: @.minigzip @.example @.lib | |||
| 41 | @/@.example @.fred @.fred | 41 | @/@.example @.fred @.fred |
| 42 | @echo that will have given lots of hello!'s. | 42 | @echo that will have given lots of hello!'s. |
| 43 | 43 | ||
| 44 | @.minigzip: @.o.minigzip @.lib C:o.Stubs | 44 | @.minigzip: @.o.minigzip @.lib C:o.Stubs |
| 45 | Link $(Linkflags) @.o.minigzip @.lib C:o.Stubs | 45 | Link $(Linkflags) @.o.minigzip @.lib C:o.Stubs |
| 46 | @.example: @.o.example @.lib C:o.Stubs | 46 | @.example: @.o.example @.lib C:o.Stubs |
| 47 | Link $(Linkflags) @.o.example @.lib C:o.Stubs | 47 | Link $(Linkflags) @.o.example @.lib C:o.Stubs |
| 48 | 48 | ||
| 49 | install: @.lib | 49 | install: @.lib |
