# Toplevel clean files
TOPFILES=dynconfig.o
-clean: delheaders
+clean:
+ -rm -f include/build_env.h
+ -rm -f smbd/build_options.c
-rm -f $(PRECOMPILED_HEADER)
-rm -f core */*~ *~ \
*/*.o */*/*.o */*/*/*.o \
smbd/build_options.c
@touch proto_exists
-delheaders:
- @echo Removing prototype headers
- @rm -f include/build_env.h \
- smbd/build_options.c
-
include/build_env.h: script/build_env.sh
@echo Building include/build_env.h
@$(SHELL) $(srcdir)/script/build_env.sh $(srcdir) $(builddir) $(CC) \