ossp-pkg/as/as-gui/Makefile.in 1.20 -> 1.21
--- Makefile.in 2002/11/29 11:03:58 1.20
+++ Makefile.in 2002/12/02 13:25:36 1.21
@@ -62,19 +62,19 @@
POD2MAN = pod2man
TRUE = true
-PROG_NAME = titraq
-TARGET_PROGS = titraq
-TARGET_MANS = titraq.1 titraq.conf.5
+PROG_NAME = as_gui
+TARGET_PROGS = as_gui
+TARGET_MANS = as_gui.1 as_gui.conf.5
-SRCS = main.cpp titraq.cpp titassist.cpp titslot.cpp tidatops.cpp titrex.cpp generic.cpp titamount.cpp titable.cpp titprefs.cpp titraq_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_version.cpp
-OBJS = main.o titraq.o titassist.o titslot.o tidatops.o titrex.o generic.o titamount.o titable.o titprefs.o titraq_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_version.o
GRAFX = gfx/ossplogo.xpm
# Qt meta object compiler (MOC) generated
-MOC_OUT = moc_titraq.cpp
-MOC_OBJ = moc_titraq.o
+MOC_OUT = moc_as_gui.cpp
+MOC_OBJ = moc_as_gui.o
.SUFFIXES:
.SUFFIXES: .c .cc .cpp .cxx .o
@@ -98,37 +98,37 @@
moc_%.cpp: %.h
$(MOC) $< -o $@
-titraq.1: titraq.pod
- VS=`$(SHTOOL) version -lc -dshort titraq_version.cpp`; \
- VL=`$(SHTOOL) version -lc -dlong titraq_version.cpp`; \
- D=`$(SHTOOL) version -lc -dlong titraq_vers.c | sed -e 's;.*(;;' -e 's;).*;;'`; \
+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" titraq.pod | \
- sed -e "s;TITRAQ_VERSION_STR;$$VL;" >titraq.1
+ --release="$$D" --date="OSSP asgui $$VS" as_gui.pod | \
+ sed -e "s;ASGUI_VERSION_STR;$$VL;" >as_gui.1
-titraq.conf.5: titraq.conf.pod
- VS=`$(SHTOOL) version -lc -dshort titraq_version.cpp`; \
- VL=`$(SHTOOL) version -lc -dlong titraq_version.cpp`; \
- D=`$(SHTOOL) version -lc -dlong titraq_vers.c | sed -e 's;.*(;;' -e 's;).*;;'`; \
+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" titraq.conf.pod | \
- sed -e "s;TITRAQ_VERSION_STR;$$VL;" >titraq.conf.5
+ --release="$$D" --date="OSSP asgui $$VS" as_gui.conf.pod | \
+ 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 titraq $(DESTDIR)$(bindir)/titraq
- $(SHTOOL) install -c -m 644 titraq.1 $(DESTDIR)$(mandir)/man1/titraq.1
- $(SHTOOL) install -c -m 644 titraq.conf.5 $(DESTDIR)$(mandir)/man5/titraq.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/titraq.conf.5
- $(RM) $(DESTDIR)$(mandir)/man1/titraq.1
- $(RM) $(DESTDIR)$(bindir)/titraq
+ $(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) titraq.conf.5 titraq.1
- $(RM) titraq_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: titraq
- ./titraq_test.sh
+test: as_gui
+ ./as_gui_test.sh
.PHONY: install uninstall clean distclean realclean check test
|
|