]> git.llucax.com Git - software/makeit.git/blob - subproj/Build.mak
Rearrange detection of changes in build flags
[software/makeit.git] / subproj / Build.mak
1
2 setup_include_dir__ := $(call symlink_include_dir,otherproj)
3
4 $L/libotherproj.so: LINKER := $(CC)
5 $L/libotherproj.so: $(call find_objects,c)
6
7 .PHONY: otherproj
8 otherproj: $L/libotherproj.so
9
10 all += otherproj
11