source:
trunk/src/testing/app/JuxtaView/UI/Makefile.32
@
4
Revision 4, 299 bytes checked in by ajaworski, 13 years ago (diff) |
---|
Line | |
---|---|
1 | QUANTA_DIR=/home/arun/local |
2 | CXXFLAGS=-Wno-deprecated -I$(QUANTA_DIR)/include `wx-config --cflags` |
3 | LDFLAGS=-L$(QUANTA_DIR)/lib -lquanta_32 `wx-config --libs` |
4 | CXX=g++ |
5 | CC=$(CXX) |
6 | |
7 | JuxtaSCUI: JuxtaSCUI.o main.o |
8 | |
9 | JuxtaSCUI.o: JuxtaSCUI.cpp |
10 | main.o: main.cpp |
11 | |
12 | clean: |
13 | rm -rf *.o *~ JuxtaSCUI |
14 |
Note: See TracBrowser
for help on using the repository browser.