source:
Sophya/trunk/Cosmo/SimLSS/Makeprog
| Last change on this file was 3584, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 630 bytes | |
| Line | |
|---|---|
| 1 | # make -f Makeprog |
| 2 | include $(SOPHYABASE)/include/sophyamake.inc |
| 3 | |
| 4 | MACH = $(shell echo `uname`) |
| 5 | LIB = ${CMVPROG}/lib/ |
| 6 | |
| 7 | MYINC = -I${EXTLIBDIR}/${MACH}/include -I${HOME}/Sophya/SimLSS |
| 8 | MYLIB = $(SOPHYAEXTSLBLIST) -L${CMVPROG}/lib -lcmvsimbao -lfftw3_threads -lfftw3 -lm |
| 9 | |
| 10 | #---- Les programmes utilitaires de calcul de cartes |
| 11 | myprog = cmvtest |
| 12 | |
| 13 | #---- |
| 14 | |
| 15 | all: $(myprog) |
| 16 | |
| 17 | clean: |
| 18 | rm -f $(myprog).o $(myprog) |
| 19 | |
| 20 | ############################################################################## |
| 21 | $(myprog): $(myprog).o |
| 22 | $(CXXLINK) $(CXXREP) -o $@ $(myprog).o $(MYLIB) |
| 23 | $(myprog).o: $(myprog).cc |
| 24 | $(CXXCOMPILE) $(CXXREP) $(MYINC) -o $@ $(myprog).cc |
| 25 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/PI/chrome/site/your_project_logo.png)