X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2FMakefile.tpl;h=54b203ab6ef284da5e636a5ce4d96c908aaa9732;hb=a9a954f29f61a1f93a9b585f69f617de2f12189f;hp=57e49be26baa89f1f5173a0d4798f32f7f42f5ad;hpb=4fa95391e2ff812412d7229e0135efd49cd5f3ed;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/Makefile.tpl b/Usermode/Libraries/Makefile.tpl index 57e49be2..54b203ab 100644 --- a/Usermode/Libraries/Makefile.tpl +++ b/Usermode/Libraries/Makefile.tpl @@ -19,7 +19,7 @@ DEPFILES := $(addsuffix .dep,$(OBJ)) all: $(_BIN) $(_XBIN) clean: - $(RM) $(_BIN) $(_XBIN) $(OBJ) $(_BIN).dsm $(DEPFILES) + $(RM) $(_BIN) $(_XBIN) $(OBJ) $(_BIN).dsm $(DEPFILES) $(EXTRACLEAN) install: all @echo [xCP] $(DISTROOT)/Libs/$(BIN) @@ -30,6 +30,9 @@ install: all ifneq ($(_XBIN),) $(xCP) $(_XBIN) $(DISTROOT)/Libs/ endif +#ifneq ($(INCFILES),) +# for f in $(INCFILES); do ln -s $f $(ACESSDIR)/include/$f; done +#endif $(_BIN): $(OBJ) $(_LIBS) @mkdir -p $(dir $(_BIN))