Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 08:21:42 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14034 for review
Message-ID:  <200207101521.g6AFLgiL084761@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14034

Change 14034 by rwatson@rwatson_paprika on 2002/07/10 08:21:41

	Rename test to kmacmanager for consistency purposes.

Affected files ...

.. //depot/projects/trustedbsd/misc/kmacmanager/Makefile#3 edit
.. //depot/projects/trustedbsd/misc/kmacmanager/kmacmanager.cc#1 branch
.. //depot/projects/trustedbsd/misc/kmacmanager/kmacmanager.h#1 branch
.. //depot/projects/trustedbsd/misc/kmacmanager/test.cc#4 delete
.. //depot/projects/trustedbsd/misc/kmacmanager/test.h#3 delete

Differences ...

==== //depot/projects/trustedbsd/misc/kmacmanager/Makefile#3 (text+ko) ====

@@ -38,17 +38,17 @@
 CFLAGS=-Wall ${KDEINC} ${QTINC}
 LDFLAGS=${KDELIB} ${QTLIB}
 
-all: test
+all: kmacmanager
 
 hellowindow: hellowindow.c
 	g++ ${KDEINC} ${QTINC} -Wall -o hellowindow hellowindow.c ${KDELIB} \
 	    ${QTLIB}
 
-main.o: main.cc test.h
-test.moc: test.h
-	${MOC} test.h -o test.moc
-test.o: test.cc test.h test.moc
-test: main.o test.o logwindow.o modulelist.o sysctllist.o sysctl_util.o
+main.o: main.cc kmacmanager.h
+kmacmanager.moc: kmacmanager.h
+	${MOC} macmanager.h -o macmanager.moc
+kmacmanager.o: kmacmanager.cc kmacmanager.h kmacmanager.moc
+kmacmanager: main.o kmacmanager.o logwindow.o modulelist.o sysctllist.o sysctl_util.o
 	g++ -o ${.TARGET} ${.ALLSRC} ${KDELIB} ${QTLIB}
 logwindow.moc: logwindow.h
 	${MOC} logwindow.h -o logwindow.moc
@@ -62,4 +62,4 @@
 sysctl_util.o: sysctl_util.c sysctl_util.h
 
 clean:
-	rm -f test *.o *.moc *.core
+	rm -f kmacmanager *.o *.moc *.core

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207101521.g6AFLgiL084761>