Commit 5763b6aa authored by thomasl's avatar thomasl

roll back my modif for initial make that fails

(will rework it later)



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6255 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 0d70b813
...@@ -115,8 +115,8 @@ $(S1AP_GENERATED): %.o : %.c ...@@ -115,8 +115,8 @@ $(S1AP_GENERATED): %.o : %.c
sed -e 's/^ *//' -e 's/$$/:/' >> $(basename $@).d sed -e 's/^ *//' -e 's/$$/:/' >> $(basename $@).d
@rm -f $(basename $@).d.tmp @rm -f $(basename $@).d.tmp
$(OUTDIR)/%.c : $(OUTDIR)/s1ap_ieregen.stamp $(OUTDIR)/s1ap_asn1regen.stamp #$(OUTDIR)/%.c : $(OUTDIR)/s1ap_ieregen.stamp $(OUTDIR)/s1ap_asn1regen.stamp
@if [ -f $< ] ; then touch $<; else echo "ERROR: " $< "not generated" ; exit 1 ; fi; #@if [ -f $< ] ; then touch $<; else echo "ERROR: " $< "not generated" ; exit 1 ; fi;
$(OUTDIR)/s1ap_ieregen.stamp: $(ASN1DIR)/$(ASN1RELDIR)/S1AP-PDU-Contents.asn $(ASN1DIR)/asn1tostruct.py $(OUTDIR)/s1ap_ieregen.stamp: $(ASN1DIR)/$(ASN1RELDIR)/S1AP-PDU-Contents.asn $(ASN1DIR)/asn1tostruct.py
@if [ ! -d $(OUTDIR) ]; then mkdir -p $(OUTDIR); fi; @if [ ! -d $(OUTDIR) ]; then mkdir -p $(OUTDIR); fi;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment