File:  [parser3project] / parser3 / Makefile.am
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Wed Aug 21 11:49:36 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: HEAD
can use:
make happy
equals to
make update install

SUBDIRS = src etc bin

libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config.status --recheck

EXTRA_DIST = operators.txt parser3.dsw 

update:
	cvs update
	$(MAKE)

happy: update install

E-mail: