mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Add 'distclean' target to winemaker-generated projects.
This commit is contained in:
parent
f88d00a25d
commit
8232cbdacb
@ -3085,6 +3085,7 @@ OBJS = $(C_SRCS:.c=.o) $(CXX_SRCS:.cpp=.o) \
|
||||
CLEAN_FILES = *.spec.c y.tab.c y.tab.h lex.yy.c \
|
||||
core *.orig *.rej \
|
||||
\\\#*\\\# *~ *% .\\\#*
|
||||
DISTCLEAN_FILES = config.* Makefile Make.rules
|
||||
|
||||
# Implicit rules
|
||||
|
||||
@ -3125,6 +3126,11 @@ $(EXTRASUBDIRS:%=%/__clean__): dummy
|
||||
clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
|
||||
$(RM) $(CLEAN_FILES) $(RC_SRCS:.rc=.res) $(OBJS) $(EXES:%.exe=%) $(EXES:%=%.so) $(EXES:%=%.spec.o) $(DLLS:%=%.so) $(DLLS:%=%.spec.o)
|
||||
|
||||
# Rule for distcleaning
|
||||
|
||||
distclean: clean
|
||||
$(RM) $(DISTCLEAN_FILES)
|
||||
|
||||
# Rules for installing
|
||||
|
||||
$(SUBDIRS:%=%/__install__): dummy
|
||||
|
Loading…
Reference in New Issue
Block a user