Rev 1144 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1138 | giacomo | 1 | # |
2 | # |
||
1145 | giacomo | 3 | # |
1138 | giacomo | 4 | |
5 | ifndef BASE |
||
6 | BASE=../.. |
||
7 | endif |
||
8 | include $(BASE)/config/config.mk |
||
9 | |||
10 | PROGS= pngdemo |
||
11 | |||
12 | include $(BASE)/config/example.mk |
||
13 | |||
14 | OBJS= "initfile.o" |
||
15 | |||
16 | pngdemo: |
||
1144 | pj | 17 | make -f $(SUBMAKE) APP=pngdemo INIT= OTHEROBJS=$(OBJS) SHARKOPT="__PNG__ __OLDCHAR__" |
1145 | giacomo | 18 |