~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/megaco/src/flex/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#<copyright>
2
 
# <year>2001-2007</year>
 
2
# <year>2001-2008</year>
3
3
# <holder>Ericsson AB, All Rights Reserved</holder>
4
4
#</copyright>
5
5
#<legalnotice>
249
249
 
250
250
# No need to link with -lfl as we have also defined %option noyywrap - 
251
251
# and having -lfl doesn't work under Darwin for some reason. - Sean
252
 
$(LIBDIR)/megaco_flex_scanner_drv.so: megaco_flex_scanner_drv.c $(LIBDIR)
 
252
$(LIBDIR)/megaco_flex_scanner_drv.so: megaco_flex_scanner_drv.c 
253
253
        @echo "std driver:"
254
254
        $(CC) $(STD_DRV_NAME) $(CFLAGS) $(LDFLAGS) -o $(LIBDIR)/megaco_flex_scanner_drv.so $< 
255
255
 
256
 
$(LIBDIR)/megaco_flex_scanner_drv_mt.so: megaco_flex_scanner_drv.c $(LIBDIR)
 
256
$(LIBDIR)/megaco_flex_scanner_drv_mt.so: megaco_flex_scanner_drv.c 
257
257
        @echo "multi-threaded driver:"
258
258
        $(CC) $(MT_DRV_NAME) $(CFLAGS_MT) $(LDFLAGS) -o $(LIBDIR)/megaco_flex_scanner_drv_mt.so $< 
259
259