*** empty log message ***
This commit is contained in:
@ -2,9 +2,9 @@ SRCS = awk.c
|
||||
OUTS = $(SRCS:.c=.x)
|
||||
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@ -I@abs_top_builddir@
|
||||
LDFLAGS = @LDFLAGS@ -L@abs_top_builddir@/xp/bas -L@abs_top_builddir@/xp/awk
|
||||
LIBS = @LIBS@ -lxpawk -lxpbas -lm
|
||||
CFLAGS = @CFLAGS@ -I@abs_top_builddir@/.. -I$(XPKIT)
|
||||
LDFLAGS = @LDFLAGS@ -L@abs_top_builddir@/awk -L$(XPKIT)/xp/bas
|
||||
LIBS = @LIBS@ -lsseawk -lxpbas -lm
|
||||
|
||||
all: $(OUTS)
|
||||
|
||||
|
Reference in New Issue
Block a user