1 #####################################################
2 # Makefile for grconvert #
3 #####################################################
4 # You should not change anything here. #
5 #####################################################
9 include $(TOP
)/Make.conf
13 PROG
= grconvert
$(EXE
)
15 SRCS
= grconvert.c defaults.c readbin.c writeasc.c util.c
17 OBJS
= grconvert
$(O
) defaults
$(O
) readbin
$(O
) writeasc
$(O
) util
$(O
)
19 CFLAGS
= $(CFLAGS0
) -I
$(TOP
)/include -I.
$(CPPFLAGS
)
21 LIBS
= $(XDR_LIB
) $(NOGUI_LIBS
)
26 $(CC
) -o
$@
$(OBJS
) $(LDFLAGS
) $(LIBS
)
44 $(MKINSTALLDIRS
) $(DESTDIR
)$(GRACE_HOME
)/bin
45 $(INSTALL_PROGRAM
) -s
$(PROG
) $(DESTDIR
)$(GRACE_HOME
)/bin
/$(PROG
)