Revision 4,
343 bytes
checked in by ajaworski, 13 years ago
(diff) |
Added modified SAGE sources
|
Line | |
---|
1 | QUANTA_DIR=/usr/local |
---|
2 | CXXFLAGS=-Wno-deprecated -I$(QUANTA_DIR)/include `wx-config --cflags --unicode=no` |
---|
3 | LDFLAGS=-L$(QUANTA_DIR)/lib64 -lquanta_64 `wx-config --libs --unicode=no` |
---|
4 | CXX=g++ |
---|
5 | CC=$(CXX) |
---|
6 | |
---|
7 | JuxtaSCUI: JuxtaSCUI.o main.o Overview.o |
---|
8 | |
---|
9 | Overview.o: Overview.cpp |
---|
10 | JuxtaSCUI.o: JuxtaSCUI.cpp |
---|
11 | main.o: main.cpp |
---|
12 | |
---|
13 | clean: |
---|
14 | rm -rf *.o *~ JuxtaSCUI |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.