Fixup some more autogen wanrings. Only lib/tt/bin/shell remaining
This commit is contained in:
@@ -5,15 +5,15 @@ noinst_LTLIBRARIES = libDtCodelibs.la
|
|||||||
libDtCodelibs_la_CXXFLAGS = -I../include -DMULTIBYTE
|
libDtCodelibs_la_CXXFLAGS = -I../include -DMULTIBYTE
|
||||||
|
|
||||||
if AIX
|
if AIX
|
||||||
libDtCodelibs_la_CXXFLAGS = -qlanglvl=compat
|
libDtCodelibs_la_CXXFLAGS += -qlanglvl=compat
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if SOLARIS
|
if SOLARIS
|
||||||
libDtCodelibs_la_CXXFLAGS = -DNO_REGCOMP
|
libDtCodelibs_la_CXXFLAGS += -DNO_REGCOMP
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HPUX
|
if HPUX
|
||||||
libDtCodelibs_la_CXXFLAGS = -DMESSAGE_CAT
|
libDtCodelibs_la_CXXFLAGS += -DMESSAGE_CAT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libDtCodelibs_la_SOURCES = buf.C filegen.C mbschr.C \
|
libDtCodelibs_la_SOURCES = buf.C filegen.C mbschr.C \
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ noinst_LTLIBRARIES = libDtXpm.la
|
|||||||
|
|
||||||
libDtXpm_CFLAGS = -I../include
|
libDtXpm_CFLAGS = -I../include
|
||||||
|
|
||||||
libDtXpm_SOURCES = xpm.c
|
libDtXpm_la_SOURCES = xpm.c
|
||||||
|
|||||||
@@ -51,13 +51,6 @@ libcsa_la_SOURCES = agent.c agent_xdr.c api.c \
|
|||||||
table.c updateattrs.c xtclient.c \
|
table.c updateattrs.c xtclient.c \
|
||||||
ansi_c.c
|
ansi_c.c
|
||||||
|
|
||||||
SUFFIXES = .y
|
|
||||||
|
|
||||||
.y.c:
|
|
||||||
$(YACC) -d $(YFLAGS) $<
|
|
||||||
sed -e s/yyparse/_DtCm_rule_parser/g -e s/yy/_DtCm_yy/g y.tab.c > $*.c
|
|
||||||
sed s/yy/_DtCm_yy/g y.tab.h > $*.h
|
|
||||||
$(RM) y.tab.c y.tab.h
|
|
||||||
|
|
||||||
reparser.o: reparser.c
|
reparser.o: reparser.c
|
||||||
|
|
||||||
@@ -82,4 +75,3 @@ agent.h:
|
|||||||
rpcgen -h agent.x | $(SED) -f namechange1.sed | $(SED) -f namechange2.sed >> agent.h
|
rpcgen -h agent.x | $(SED) -f namechange1.sed | $(SED) -f namechange2.sed >> agent.h
|
||||||
cat agent.wrapend >> agent.h
|
cat agent.wrapend >> agent.h
|
||||||
|
|
||||||
SUFFIXES = .x
|
|
||||||
|
|||||||
Reference in New Issue
Block a user