]> andersk Git - moira.git/commitdiff
don't build the profiled stuff
authormar <mar>
Fri, 6 Apr 1990 17:20:04 +0000 (17:20 +0000)
committermar <mar>
Fri, 6 Apr 1990 17:20:04 +0000 (17:20 +0000)
lib/Makefile

index 574d42dfe08530ab16e5f34a378e471000562df4..4aa8311f121b1a20b9157871db5527c75a321b24 100644 (file)
@@ -26,9 +26,9 @@ LINTFLAGS= -uhv
 ALL=libmoira.a llib-lmoira.ln # libmoira_p.a
 
 .c.o:
-       ${CC} -c -pg ${CFLAGS} $*.c
-       ld -x -r $*.o
-       mv a.out profiled/$*.o
+#      ${CC} -c -pg ${CFLAGS} $*.c
+#      ld -x -r $*.o
+#      mv a.out profiled/$*.o
        ${CC} -c ${CFLAGS} $*.c
        ld -x -r $*.o
        mv a.out $*.o
@@ -68,8 +68,8 @@ clean:
 install:
        install -c -m 644 libmoira.a ${DESTDIR}/usr/athena/lib/libmoira.a
        ranlib ${DESTDIR}/usr/athena/lib/libmoira.a
-       install -c -m 644 libmoira_p.a ${DESTDIR}/usr/athena/lib/libmoira_p.a
-       ranlib ${DESTDIR}/usr/athena/lib/libmoira_p.a
+#      install -c -m 644 libmoira_p.a ${DESTDIR}/usr/athena/lib/libmoira_p.a
+#      ranlib ${DESTDIR}/usr/athena/lib/libmoira_p.a
        install -c -m 644 llib-lmoira.ln ${DESTDIR}/usr/lib/lint/llib-lmoira.ln
 
 TAGS:  $(CFILES)
This page took 0.410631 seconds and 5 git commands to generate.