source:
abuse/branches/pd/Makefile.am
@
670
Last change on this file since 670 was 49, checked in by , 15 years ago | |
---|---|
File size: 212 bytes |
Line | |
---|---|
1 | SUBDIRS = imlib abuse |
2 | |
3 | debug: |
4 | $(MAKE) DEFS='-DMANAGE_MEM -DMEM_CHECK' CXXFLAGS=-g |
5 | opt: |
6 | $(MAKE) DEFS='-DMANAGE_MEM -DNO_CHECK' CXXFLAGS=-O2 |
7 | profile: |
8 | $(MAKE) DEFS='-DMANAGE_MEM -DNO_CHECK' CXXFLAGS='-O2 -g -pg' |
Note: See TracBrowser
for help on using the repository browser.