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

« back to all changes in this revision

Viewing changes to monit/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:
22
22
 
23
23
include ../local/default.mk
24
24
 
25
 
CFLAGS = $(C_OPT) $(EDITSWITCH) $(DEBUG) $(MEM_OPT) $(SYS) -I$(INC) -I../libsrc
 
25
CFLAGS += $(C_OPT) $(EDITSWITCH) $(DEBUG) $(MEM_OPT) $(SYS) -I$(INC) -I../libsrc
26
26
 
27
27
LLIB  = libprep.a -L$(LIBDIR) -lmidas 
28
28
LLIB1 = libprep.a -L$(LIBDIR) -lgen  -lxcon -lgmidas -lmidas 
124
124
 
125
125
newcom.out: newcom.in newcom.exe
126
126
        $(RM) newcom.bin newcom.out
127
 
        ./newcom.exe
 
127
        LD_LIBRARY_PATH=../lib ./newcom.exe
128
128
 
129
129
syskeys.unix: syskeys.datorg 
130
130
        $(RM) $@