source:
Sophya/trunk/SophyaExt/Blitz/GNUmakefile@
243
| Last change on this file since 243 was 241, checked in by , 27 years ago | |
|---|---|
| File size: 305 bytes | |
| Rev | Line | |
|---|---|---|
| [221] | 1 | include ../Mgr/Makefile.h |
| 2 | ||
| 3 | all: $(LIB)libBlitz.a | |
| 4 | clean: | |
| 5 | rm -f $(OBJ)globals.o | |
| 6 | rm $(LIB)libBlitz.a | |
| 7 | $(LIB)libBlitz.a : $(OBJ)globals.o | |
| 8 | $(AR) $(ARFLAGS) $@ $? | |
| 9 | ifeq ($(CXX),cxx) | |
| [241] | 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lBlitz -lSysTools -lNTools -o $(OBJ)xx.x -Hf |
| [221] | 11 | endif |
| 12 | ||
| 13 | $(OBJ)globals.o: globals.cc |
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)