This commit is contained in:
cvs
2003-03-13 16:25:18 +00:00
parent a3c061dde9
commit 60fd2d4226
2 changed files with 3 additions and 6 deletions

View File

@ -12,10 +12,10 @@ CC = cc
FC = f77
CFLAGS = -std1 -g -warnprotos
FFLAGS = -u -g
#ARFLAGS = cr
ARFLAGS = cr
# -- system dependent routines
SYS_FILE =sys_linux
SYS_FILE =sys_aunix
# -- PGPLOT library
PGLIB =$(PGPLOT_DIR)/libpgplot.a -L/usr/X11R6/lib -lX11

View File

@ -70,7 +70,4 @@ keep_running: keep_running.c
$(CC) $(CFLAGS) -o $@ $Q
clean:
- rm *.o
- rm *.a
- rm TecsServer
- rm TecsClient
- rm *.o *.a six keep_running TecsServer TecsClient