Loading asn1/Makefile +4 −6 Original line number Diff line number Diff line Loading @@ -61,12 +61,10 @@ $(BIN_DIR): mkdir -p $@ $(BIN_DIR)/Makefile: $(BIN_DIR) Makefile echo HOME=$(HOME) echo ASN_DIR=$(ASN_DIR) > $@ ifneq (, $(findstring yann,$(HOME))) echo ASN1C_PATH = ~/frameworks/asn1c >> $@ endif ifneq (, $(findstring ubuntu,$(HOME))) echo ASN1C_PATH = ~/frameworks/asn1c >> $@ echo ASN1C_PATH = $(HOME)/frameworks/asn1c >> $@ endif ifneq (, $(findstring filatov,$(HOME))) echo ASN1C_PATH = C:/Users/filatov/Work/asn1c >> $@ Loading @@ -77,7 +75,7 @@ endif else ########################################################## # This part is executed within the BIN_DIR directory to # override variables from the Makefile.am.example # override variables from the Makefile.am.$(PATTERN_ASN1C) # generated by asn1c LIB_MAKEFILE=Makefile.am.libasncodec include $(LIB_MAKEFILE) Loading Loading
asn1/Makefile +4 −6 Original line number Diff line number Diff line Loading @@ -61,12 +61,10 @@ $(BIN_DIR): mkdir -p $@ $(BIN_DIR)/Makefile: $(BIN_DIR) Makefile echo HOME=$(HOME) echo ASN_DIR=$(ASN_DIR) > $@ ifneq (, $(findstring yann,$(HOME))) echo ASN1C_PATH = ~/frameworks/asn1c >> $@ endif ifneq (, $(findstring ubuntu,$(HOME))) echo ASN1C_PATH = ~/frameworks/asn1c >> $@ echo ASN1C_PATH = $(HOME)/frameworks/asn1c >> $@ endif ifneq (, $(findstring filatov,$(HOME))) echo ASN1C_PATH = C:/Users/filatov/Work/asn1c >> $@ Loading @@ -77,7 +75,7 @@ endif else ########################################################## # This part is executed within the BIN_DIR directory to # override variables from the Makefile.am.example # override variables from the Makefile.am.$(PATTERN_ASN1C) # generated by asn1c LIB_MAKEFILE=Makefile.am.libasncodec include $(LIB_MAKEFILE) Loading