+ clean and libsclean added

This commit is contained in:
michael 1999-03-12 21:02:19 +00:00
parent e5c36db961
commit 90926ed6ed
3 changed files with 38 additions and 4 deletions

View File

@ -202,9 +202,19 @@ graph$(PPUEXT) : graph.pp go32$(PPUEXT) $(SYSTEMPPU) mmx$(PPUEXT) \
$(wildcard $(PPI)/*.ppi)
$(COMPILER) -I$(PPI) graph.pp $(REDIR)
#
#######################################################################
# Clean targets
#######################################################################
clean: fpc_clean
libsclean: fpc_libsclean
# $Log$
# Revision 1.9 1999-03-09 01:35:54 peter
# Revision 1.10 1999-03-12 21:04:45 michael
# + clean and libsclean added
#
# Revision 1.9 1999/03/09 01:35:54 peter
# * makefile.fpc updates and defaultfpcdir var
#
#

View File

@ -210,9 +210,21 @@ getopts$(PPUEXT) : $(INC)/getopts.pp $(SYSTEMPPU)
heaptrc$(PPUEXT) : $(INC)/heaptrc.pp $(SYSTEMPPU)
#######################################################################
# clean
#######################################################################
clean: fpc_clean
libsclean: fpc_libsclean
#
# $Log$
# Revision 1.15 1999-03-09 01:35:55 peter
# Revision 1.16 1999-03-12 21:07:51 michael
# + clean and libsclean added
#
# Revision 1.15 1999/03/09 01:35:55 peter
# * makefile.fpc updates and defaultfpcdir var
#
#

View File

@ -326,9 +326,21 @@ unidef.pp : unifun.pp unidef.sed
sed -f unidef.sed unifun.pp > unidef.pp
endif
#######################################################################
# CLEAN targets
#######################################################################
clean: fpc_clean
libsclean: fpc_libsclean
#
# $Log$
# Revision 1.21 1999-03-10 23:45:21 peter
# Revision 1.22 1999-03-12 21:02:19 michael
# + clean and libsclean added
#
# Revision 1.21 1999/03/10 23:45:21 peter
# * AS is now always asw
#
# Revision 1.20 1999/03/09 01:35:56 peter