Artifact 60250acae0731942a24a4faf9e23c9fd551023cb:
- File bindings/Makefile.in — part of check-in [06aac2e747] at 2021-02-14 01:34:41 on branch trunk — Minor build tweaks. (user: stephan size: 430)
#!/usr/bin/make # help out emacs all: 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