More fixes for non GNU Make.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2368 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-16 18:47:09 +00:00
parent e4706d5d44
commit 182b797d3b

View File

@@ -5,6 +5,8 @@ AUTOMAKE_OPTIONS = no-dependencies foreign
WFLAGS=@WFLAGS@
CFLAGS=$(WFLAGS) @CFLAGS@
YFLAGS = -d
lib_LIBRARIES = libasn1.a
SUFFIXES = .x
@@ -51,16 +53,6 @@ asn1_compile_LDADD = -L../roken -lroken @LEXLIB@
CLEANFILES = lex.c parse.c parse.h asn1.h $(BUILT_SOURCES) $(foo) asn1_files
parse.c: parse.y
$(YACC) -d $(YFLAGS) $(srcdir)/parse.y
mv y.tab.c parse.c
parse.h: parse.c
mv y.tab.h parse.h
lex.c: lex.l
$(LEX) $(LFLAGS) -t $(srcdir)/lex.l > lex.c
lex.o: parse.h
$(foo) asn1.h: asn1_files