new makefiles from config

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@638 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-12 04:25:43 +00:00
parent 08504ded83
commit 964eb729ff
2 changed files with 5 additions and 3 deletions

View File

@ -70,14 +70,16 @@ depend:
clean:
rm -f *.o *~ *.bak
@cd engine; $(MAKE) clean
@cd register; $(MAKE) clean
@cd gtk; $(MAKE) clean
@cd motif; $(MAKE) clean
@cd register; $(MAKE) clean
distclean: clean
rm -f $(TARGET) $(STATIC) Makefile Makefile.bak config.h
@cd engine; $(MAKE) distclean
@cd register; $(MAKE) distclean
@cd gtk; $(MAKE) distclean
@cd motif; $(MAKE) distclean
@cd register; $(MAKE) distclean
# DO NOT DELETE THIS LINE -- make depend depends on it.

View File

@ -2,7 +2,7 @@
#
######################################################################
#********************************************************************
#* Makefile -- makefile for xacc/src *
#* Makefile -- makefile for xacc/src/gtk *
#* Copyright (C) 1997 Robin Clark *
#* *
#* This program is free software; you can redistribute it and/or *