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

« back to all changes in this revision

Viewing changes to contrib/wavelet/src/makefile

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-sl34juxohmn4aty4
Tags: 13.09pl1.2+dfsg-1
Initial release. (Closes: #740702)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
M = ../../exec
17
17
 
18
 
CFLAGS = $(C_OPT) $(DEBUG) $(SYS) -I$(LINC) -I$(INC)
 
18
CFLAGS += $(C_OPT) $(DEBUG) $(SYS) -I$(LINC) -I$(INC)
19
19
 
20
20
LLIB =  -L$(LLIBDIR) -lwave2d -L$(LIBDIR) -lmidas
21
21