ossp-pkg/as/as-gui/Makefile.in 1.28 -> 1.29
--- Makefile.in 2002/12/16 17:46:25 1.28
+++ Makefile.in 2002/12/19 21:02:22 1.29
@@ -62,13 +62,13 @@
POD2MAN = pod2man
TRUE = true
-PROG_NAME = as_gui
-TARGET_PROGS = as_gui
-TARGET_MANS = as_gui.1 as_gui.conf.5
+PROG_NAME = as-gui
+TARGET_PROGS = as-gui
+TARGET_MANS = as-gui.1 as-gui.conf.5
-SRCS = as_main.cpp as_gui.cpp as_assist.cpp as_slot.cpp as_dataop.cpp as_except.cpp as_generic.cpp as_amount.cpp as_table.cpp as_pref.cpp as_version.cpp
+SRCS = as_main.cpp as_gui.cpp as_assist.cpp as_slot.cpp as_dataop.cpp as_except.cpp as_generic.cpp as_amount.cpp as_table.cpp as_pref.cpp as_uuidgen.cpp as_version.cpp
-OBJS = as_main.o as_gui.o as_assist.o as_slot.o as_dataop.o as_except.o as_generic.o as_amount.o as_table.o as_pref.o as_version.o
+OBJS = as_main.o as_gui.o as_assist.o as_slot.o as_dataop.o as_except.o as_generic.o as_amount.o as_table.o as_pref.o as_uuidgen.o as_version.o
GRAFX = gfx/ossplogo.xpm
@@ -98,37 +98,37 @@
moc_%.cpp: %.h
$(MOC) $< -o $@
-as_gui.1: as_gui.pod
+as-gui.1: as_gui.pod
VS=`$(SHTOOL) version -lc -dshort as_version.cpp`; \
VL=`$(SHTOOL) version -lc -dlong as_version.cpp`; \
D=`$(SHTOOL) version -lc -dlong as_version.cpp | sed -e 's;.*(;;' -e 's;).*;;'`; \
$(POD2MAN) --quotes=none \
--section=1 --center="AS Graphical User Interface" \
--release="$$D" --date="OSSP asgui $$VS" as_gui.pod | \
- sed -e "s;ASGUI_VERSION_STR;$$VL;" >as_gui.1
+ sed -e "s;ASGUI_VERSION_STR;$$VL;" >as-gui.1
-as_gui.conf.5: as_gui.conf.pod
+as-gui.conf.5: as_gui.conf.pod
VS=`$(SHTOOL) version -lc -dshort as_version.cpp`; \
VL=`$(SHTOOL) version -lc -dlong as_version.cpp`; \
D=`$(SHTOOL) version -lc -dlong as_version.cpp | sed -e 's;.*(;;' -e 's;).*;;'`; \
$(POD2MAN) --quotes=none \
--section=5 --center="AS Preferences File" \
--release="$$D" --date="OSSP asgui $$VS" as_gui.conf.pod | \
- sed -e "s;ASGUI_VERSION_STR;$$VL;" >as_gui.conf.5
+ sed -e "s;ASGUI_VERSION_STR;$$VL;" >as-gui.conf.5
install: all
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man5
- $(SHTOOL) install -c -s -m 755 as_gui $(DESTDIR)$(bindir)/as_gui
- $(SHTOOL) install -c -m 644 as_gui.1 $(DESTDIR)$(mandir)/man1/as_gui.1
- $(SHTOOL) install -c -m 644 as_gui.conf.5 $(DESTDIR)$(mandir)/man5/as_gui.conf.5
+ $(SHTOOL) install -c -s -m 755 as-gui $(DESTDIR)$(bindir)/as-gui
+ $(SHTOOL) install -c -m 644 as-gui.1 $(DESTDIR)$(mandir)/man1/as-gui.1
+ $(SHTOOL) install -c -m 644 as-gui.conf.5 $(DESTDIR)$(mandir)/man5/as-gui.conf.5
uninstall:
- $(RM) $(DESTDIR)$(mandir)/man5/as_gui.conf.5
- $(RM) $(DESTDIR)$(mandir)/man1/as_gui.1
- $(RM) $(DESTDIR)$(bindir)/as_gui
+ $(RM) $(DESTDIR)$(mandir)/man5/as-gui.conf.5
+ $(RM) $(DESTDIR)$(mandir)/man1/as-gui.1
+ $(RM) $(DESTDIR)$(bindir)/as-gui
$(RMDIR) $(DESTDIR)$(mandir)/man5 >/dev/null 2>&1 || $(TRUE)
$(RMDIR) $(DESTDIR)$(mandir)/man1 >/dev/null 2>&1 || $(TRUE)
$(RMDIR) $(DESTDIR)$(mandir) >/dev/null 2>&1 || $(TRUE)
@@ -137,8 +137,8 @@
clean:
$(RM) $(TARGET_PROGS) $(OBJS) $(MOC_OBJ)
- $(RM) as_gui.conf.5 as_gui.1
- $(RM) as_gui.conf as_gui_pcre.tab *.core
+ $(RM) as-gui.conf.5 as-gui.1
+ $(RM) as_gui_pcre.tab *.core
distclean: clean
$(RM) config.log config.status config.cache # Generated by ./configure
@@ -151,7 +151,7 @@
$(RM) shtool # Generated by Devtool
check: test
-test: as_gui
+test: as-gui
./as_gui_test.sh
.PHONY: install uninstall clean distclean realclean check test
|
|