source: Sophya/trunk/SophyaExt/Blitz/GNUmakefile@ 243

Last change on this file since 243 was 241, checked in by ansari, 27 years ago

ppersist + pexc

File size: 305 bytes
Line 
1include ../Mgr/Makefile.h
2
3all: $(LIB)libBlitz.a
4clean:
5 rm -f $(OBJ)globals.o
6 rm $(LIB)libBlitz.a
7$(LIB)libBlitz.a : $(OBJ)globals.o
8 $(AR) $(ARFLAGS) $@ $?
9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lBlitz -lSysTools -lNTools -o $(OBJ)xx.x -Hf
11endif
12
13$(OBJ)globals.o: globals.cc
Note: See TracBrowser for help on using the repository browser.