Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Linux makefile for asn1

From: "Kukosa, Tomas" <tomas.kukosa@xxxxxxxxxxx>
Date: Fri, 5 Oct 2007 12:48:29 +0200
Hi,
 
please, could you help me with the Linux makefile for asn1 directory?
 
I have written in asn1/Makefile.inc.nmake following lines:
!IFDEF NO_PROTO_OPT
PROTO_OPT =
!ELSE
PROTO_OPT = -p $(PROTOCOL_NAME)
!ENDIF
 
but I am not very experinced in Linux makefiles and I do not know how to write its equivalent inside the asn1/Makefile.inc.
 
Thanks in advance,
  Tomas