Artifact ed7d64714dbda1b0d6de8334662a68193b7a5f25:
- File bindings/Makefile.in — part of check-in [5114263392] at 2021-09-07 20:03:20 on branch trunk — Build: more autosetup code moved from auto.def to wh-common.tcl and Makefile added to distclean rules where appropriate. (user: stephan size: 458)
#!/usr/bin/make # help out emacs all: DISTCLEAN_FILES += Makefile SUBDIRS := # Subdir cleanup rules and deps list must come before shakenmake.make is included # or they must be set up manually afterwards... ifneq (,$(CXX)) clean-.: clean-cpp distclean-.: distclean-cpp SUBDIRS += cpp all: subdir-cpp endif clean-.: clean-s2 distclean-.: distclean-s2 include ../subdir-inc.make SUBDIRS += s2 $(eval $(call ShakeNMake.CALL.SUBDIRS,$(SUBDIRS))) all: subdir-s2