mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 06:29:25 +01:00
+ clean and libsclean added
This commit is contained in:
parent
e5c36db961
commit
90926ed6ed
@ -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
|
||||
#
|
||||
#
|
||||
|
||||
@ -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
|
||||
#
|
||||
#
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user