1 ## Makefile.in for ICU - extra/scrptrun
2 ## Copyright (c) 2001, International Business Machines Corporation and
3 ## others. All Rights Reserved.
5 ## Source directory information
7 top_srcdir = @top_srcdir@
11 include $(top_builddir)/icudefs.mk
13 ## Platform-specific setup
14 include @platform_make_fragment@
16 ## Build directory information
17 subdir = extra/scrptrun
19 ## Extra files to remove for 'make clean'
20 CLEANFILES = *~ $(DEPS)
26 CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)
29 ENABLE_RPATH = @ENABLE_RPATH@
30 ifeq ($(ENABLE_RPATH),YES)
31 RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir)
33 LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
34 LIBS = $(LIBICUUC) @LIBS@ @LIB_M@
36 OBJECTS = scrptrun.o srtest.o
38 DEPS = $(OBJECTS:.o=.d)
40 ## List of phony targets
41 .PHONY : all all-local install install-local clean clean-local \
42 distclean distclean-local dist dist-local check check-local
47 ## List of standard targets
49 install: install-local
51 distclean : distclean-local
53 check: all check-local
62 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
63 $(RMV) $(OBJECTS) $(TARGET)
65 distclean-local: clean-local
68 check-local: all-local
70 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
72 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
74 $(TARGET) : $(OBJECTS)
75 $(LINK.cc) -o $@ $^ $(LIBS)
79 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
81 ifeq (,$(MAKECMDGOALS))
84 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)