mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
08504ded83
commit
964eb729ff
@ -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.
|
||||
|
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user