![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Proc compilation error. | atiato | High Level Programming | 1 | 05-07-2008 09:42 AM |
| got error while compling project using Makefile | amitpansuria | UNIX for Advanced & Expert Users | 2 | 04-17-2008 11:19 PM |
| Error in MakeFile | jacques83 | High Level Programming | 2 | 10-11-2006 11:08 AM |
| makefile error | cb.mark | UNIX for Dummies Questions & Answers | 2 | 10-01-2006 03:26 AM |
| error in MakeFile.Solaris | palurugururaja | Shell Programming and Scripting | 1 | 07-22-2006 05:34 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi
When i am compile the makefile i am getting this error. make: Fatal error in reader: Makefile, line 25: Extra `:', `::', or `:=' on dependency line Following Content is the makefile. HDR_INSTALL = CommonDb.h rpts.h rptslogfmts.h CCFLAGS+= -g -v BINDIR = $(INSTALLROOT)/bin BINFILES = cal_stoplite.sh su_cust.sh SRC3= cal_cust_stoplite.pC SRC31= cal_sys_cust_alias_stoplite.pC SRC32= cal_sys_cust_type_stoplite.pC SRC33= cal_per_cust_alias_stoplite.pC SRC34= cal_per_cust_type_stoplite.pC /* .SOURCE.h : .INSERT /opt/oam/$(OAM_RELEASE)/include */ $(INCLUDEDIR) :INSTALLDIR: $(HDR_INSTALL) $(LIBDIR) :INSTALLDIR: rptslogfmts LDLIBRARIES += -lcommdb -l++ CCFLAGS+= -DLARGESCALE PCCFLAGS += lines=yes APP_LIBS = \ libbmpmog.a \ libbmpstat.a \ libshmmgr.a \ librwtool.a \ libsuplgs.a \ libsup.a LIBFLAG = libsuplgs.a -lbmpmog -lbmpstat -lshmmgr -lrwtool \ -lcp -lfmqi -lftux -lfbsafe -lfldap \ -l++ -lsocket -lnsl \ libdmqcl.a APPCCFLAG = -DSUPDEBUG -DDMQ -DWEB -D_REENTRANT -mt -s .SOURCE.h : .INSERT /opt/oam/$(OAM_RELEASE)/include \ ../../../../include /opt/expat/xmlparse .SOURCE.a : .INSERT ../../../../lib /opt/expat \ /opt/oam/$(OAM_RELEASE)/lib libcommdb.a :: $(SRC) cal_cust_stoplite :: $(APPCCFLAG) $(SRC3) $(ORALIBS) $(APP_LIBS) $(LIBFLAG) cal_sys_cust_alias_stoplite :: $(APPCCFLAG) $(SRC31) $(ORALIBS) $(APP_LIBS) $(LIBFLAG) cal_sys_cust_type_stoplite :: $(APPCCFLAG) $(SRC32) $(ORALIBS) $(APP_LIBS) $(LIBFLAG) cal_per_cust_alias_stoplite :: $(APPCCFLAG) $(SRC33) $(ORALIBS) $(APP_LIBS) $(LIBFLAG) cal_per_cust_type_stoplite :: $(APPCCFLAG) $(SRC34) $(ORALIBS) $(APP_LIBS) $(LIBFLAG) $(BINDIR) :INSTALLDIR: $(BINFILES) Help me for this. |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|