ICU-1774 I promise there is no trace left of derb in the Makefile now

X-SVN-Rev: 8207
This commit is contained in:
Yves Arrouye 2002-03-22 18:09:00 +00:00
parent cf93f6857f
commit a6f4133e21

View file

@ -18,7 +18,7 @@ include @platform_make_fragment@
SECTION = 8
MAN_FILES = $(TARGET).$(SECTION) $(DERB).$(SECTION)
MAN_FILES = $(TARGET).$(SECTION)
## Build directory information
subdir = tools/genrb
@ -28,7 +28,6 @@ CLEANFILES = *~ $(MAN_FILES) $(DEPS)
## Target information
TARGET = genrb
#DERB = derb
ENABLE_STATIC = @ENABLE_STATIC@
@ -52,10 +51,8 @@ LIBS = $(LIBICUI18N) $(LIBICUTOOLUTIL) $(LIBICUUC) @LIBS@ @LIB_M@
##OBJECTS = error.o genrb.o ustr.o parse.o read.o write.o list.o \
##rblist.o util.o
OBJECTS = error.o genrb.o parse.o read.o reslist.o ustr.o util.o wrtjava.o rle.o
DERB_OBJ = derb.o
DEPS = $(OBJECTS:.o=.d)
DERB_DEPS = $(DERB_OBJ:.o=.d)
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
@ -73,18 +70,17 @@ distclean : distclean-local
dist: dist-local
check: all check-local
all-local: $(TARGET) $(DERB) $(MAN_FILES)
all-local: $(TARGET) $(MAN_FILES)
install-local: all-local install-man
$(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
$(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)
$(INSTALL) $(DERB) $(DESTDIR)$(sbindir)
<dist-local:
clean-local:
test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
$(RMV) $(TARGET) $(DERB) $(OBJECTS) $(DERB_OBJ)
$(RMV) $(TARGET) $(OBJECTS)
distclean-local: clean-local
$(RMV) Makefile
@ -98,10 +94,6 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(TARGET) : $(OBJECTS)
$(LINK) -o $@ $^ $(LIBS)
$(DERB) : $(DERB_OBJ)
$(LINK) -o $@ $^ $(LIBS)
# the 'mv' will always fail if you are building in the source dir
# man page
@ -122,7 +114,6 @@ $(TARGET).pdf: $(TARGET).ps
ifeq (,$(MAKECMDGOALS))
-include $(DEPS)
-include $(DERB_DEPS)
else
ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
-include $(DEPS)