diff --git a/tecs/pg_plus/make_gen b/tecs/pg_plus/make_gen index fff11d2..c2af1d1 100644 --- a/tecs/pg_plus/make_gen +++ b/tecs/pg_plus/make_gen @@ -4,8 +4,6 @@ .SUFFIXES: .SUFFIXES: .o .c .f -VPATH=$(SRC) - OBJ= pgqinf.o pgband.o ttdriv.o xwdriv.o grtermio.o vtdriv.o all: $(OBJ) diff --git a/tecs/pg_plus/makefile b/tecs/pg_plus/makefile index 8f5a8eb..66edfc1 100644 --- a/tecs/pg_plus/makefile +++ b/tecs/pg_plus/makefile @@ -1,15 +1,6 @@ -# Forwards the execution to a version specific makefile. -# SICS_VERSION must be defined, else usage is printed # M. Zolliker 03.2005 -VERS_UNDEFINED= -VERS_UNDEFINED$(SICS_VERSION)=version_undefined - -INCL_MF=makefile_$(SICS_VERSION) - --include $(INCL_MF) - -version_undefined: +default: @ echo "" @ echo "Usage:" @ echo "" @@ -18,17 +9,4 @@ version_undefined: @ echo ' where makefile_xxx is one of' @ echo "" @ ls -1 makefile_* | pr -t -o 4 - @ echo "" - @ echo "Or, more convenient, define the following in the login script" - @ echo "" - @ echo " setenv SICS_VERSION version_xxx (assume we are using tcsh)" - @ echo "" - @ echo " where version_xxx is one of" - @ echo "" - @ ls -1 makefile_* | cut -b 10-99 | pr -t -o 4 - @ echo "" - @ echo "and then use simply" - @ echo "" - @ echo " make [target]" - @ echo "" diff --git a/tecs/pg_plus/makefile_linux b/tecs/pg_plus/makefile_linux index 7a022ab..88d9b35 100644 --- a/tecs/pg_plus/makefile_linux +++ b/tecs/pg_plus/makefile_linux @@ -6,4 +6,4 @@ ORIG=/afs/psi.ch/project/sinq/linux/distsrc/pgplot FFLAGS=-g -Wimplicit -Wall -g -I$(ORIG) CFLAGS=-g -DPG_PPU -I. -I/usr/X11R6/include -include $(SRC)make_gen +include make_gen diff --git a/tecs/pg_plus/makefile_macosx b/tecs/pg_plus/makefile_macosx index 403451d..257fa22 100644 --- a/tecs/pg_plus/makefile_macosx +++ b/tecs/pg_plus/makefile_macosx @@ -6,4 +6,4 @@ ORIG=/sw/lib/pgplot/ FFLAGS=-g -Wimplicit -Wall -g -I$(ORIG) CFLAGS=-g -DPG_PPU -I. -I/usr/X11R6/include -include $(SRC)make_gen +include make_gen