| Last change
 on this file since 84 was             53, checked in by gyoung, 2 years ago | 
        
          | 
Make file changes to get it to build
 | 
        
          | File size:
            520 bytes | 
      
      
| Line |  | 
|---|
| 1 | # MM-prog specific makefile include | 
|---|
| 2 |  | 
|---|
| 3 | CC              =        gcc | 
|---|
| 4 | CPPFLAGS        =        -O -Wall -Zomf -Zmt -s | 
|---|
| 5 | #CPPFLAGS       = -O -Zomf -Zcrtdll -Zmtd -s | 
|---|
| 6 |  | 
|---|
| 7 | INC             = ../include -I ../../../classes/inc -I $(COMMONSRC)/include | 
|---|
| 8 | # Fixme GKY 4-15-23 | 
|---|
| 9 | LIB_DIR         = $d:/emx/lib | 
|---|
| 10 | TOOLDIR         =        .\.. | 
|---|
| 11 | LIBDIR          =        ../lib | 
|---|
| 12 | DEFS            = | 
|---|
| 13 | PROGS           = | 
|---|
| 14 | ODIR            = | 
|---|
| 15 | CPPDIR          = | 
|---|
| 16 |  | 
|---|
| 17 | $(LIBDIR)/%.obj:        $(COMMONSRC)/%.c | 
|---|
| 18 | $(CC) -c -Wall -o$@ -Zomf -I$(INC) $< | 
|---|
| 19 |  | 
|---|
| 20 | %.obj:  %.c | 
|---|
| 21 | $(CC) -c -Wall -o$@ -Zomf -I$(INC) $< | 
|---|
| 22 |  | 
|---|
| 23 |  | 
|---|
| 24 | #distribution: | 
|---|
| 25 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.