~ubuntu-branches/debian/sid/eso-midas/sid

« back to all changes in this revision

Viewing changes to libsrc/ftoc-new/makefile

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2015-06-10 14:20:37 UTC
  • mfrom: (1.2.1) (6.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20150610142037-6iowpbtyjrpou36o
Tags: 15.02pl1.3-1
* New upstream version
* Add CI tests
* Move back to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
C_OPT =  $(K_OPT)
22
22
 
23
23
CFLAGS += $(C_OPT) $(DEBUG) $(SH_OPT) $(SYS) -I$(INC)
 
24
FFLAGS += $(SH_OPT)
24
25
 
25
26
LIB = $(LIBDIR)/libftoc.a
26
27