1 Project=CoreOSMakefiles
3 Destination = $(DEVELOPER_DIR)/Makefiles/CoreOS
5 BSDDEFINE = BSDMAKESTYLE
7 INBASENAMES = Commands Variables
12 @$(MAKE) installsrc SRCROOT=$(DSTROOT)$(Destination)
13 rm -f $(DSTROOT)$(Destination)/Makefile
15 for i in $(INBASENAMES); do \
16 unifdef -U$(BSDDEFINE) -t $(DSTROOT)$(Destination)/$(STANDARD)/$$i$(INSUFFIX) > $(DSTROOT)$(Destination)/$(STANDARD)/$$i$(GNUSUFFIX); \
17 [ $$? -eq 1 ] || exit 1; \
18 $(RM) -f $(DSTROOT)$(Destination)/$(STANDARD)/$$i$(INSUFFIX) || exit 1; \
22 $(_v) echo No headers to install
25 install -d "$(SRCROOT)"
26 rsync -a --exclude=.svn --exclude=.git ./ "$(SRCROOT)"
29 $(_v) echo Nothing to clean