| Last change
 on this file since 37 was             2, checked in by stevenhl, 8 years ago | 
        
          | 
Import sources from cwmm-full.zip dated 2005-03-21
 | 
        
          | File size:
            738 bytes | 
      
      
| Line |  | 
|---|
| 1 | # Makefile for Audio-CD-Creator Data-CD-Creator | 
|---|
| 2 |  | 
|---|
| 3 | #include ../../make.inc | 
|---|
| 4 |  | 
|---|
| 5 | CC           = icc | 
|---|
| 6 | #CPPFLAGS     = /Ge- /Gm+ /G4 /Gl  /O+ /Oc+ /Ol- /Q+ $(VACDEBUG) | 
|---|
| 7 | CPPFLAGS     = /G5 /Ge- /Gm+ /Gl  /O+ /Oc+ /Ol- /Q+ $(VACDEBUG) | 
|---|
| 8 | LIBS         =  mmPM2.lib rexx.lib | 
|---|
| 9 | INC     =       .\include | 
|---|
| 10 | HELPERDIR       =       .\helper | 
|---|
| 11 | DEFS         = | 
|---|
| 12 | PROGS        = | 
|---|
| 13 | ODIR            = ./obj | 
|---|
| 14 | CPPDIR  = . | 
|---|
| 15 |  | 
|---|
| 16 |  | 
|---|
| 17 |  | 
|---|
| 18 | all:    pmtst.exe replace2.exe repclass.exe | 
|---|
| 19 |  | 
|---|
| 20 |  | 
|---|
| 21 | replace2.exe:   replace2.c | 
|---|
| 22 | gcc -Zcrtdll replace2.c | 
|---|
| 23 |  | 
|---|
| 24 | repclass.exe:   repclass.c | 
|---|
| 25 | gcc -Zcrtdll repclass.c | 
|---|
| 26 |  | 
|---|
| 27 | pmtst.exe:      pmtst.c | 
|---|
| 28 | gcc -O -Zomf -Zcrtdll -s $<  pmtst.def | 
|---|
| 29 | rc pmtst.res pmtst.exe | 
|---|
| 30 |  | 
|---|
| 31 | clean: | 
|---|
| 32 | -rm *.obj | 
|---|
| 33 | -rm *.exe | 
|---|
| 34 |  | 
|---|
| 35 | cleaner: | 
|---|
| 36 | -rm *.*~ | 
|---|
| 37 | -rm *.flc | 
|---|
| 38 |  | 
|---|
| 39 | distger: | 
|---|
| 40 |  | 
|---|
| 41 | disteng: | 
|---|
| 42 |  | 
|---|
| 43 | distribution: | 
|---|
| 44 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.