[padb] r377 committed - Rename minfo to remove the horrible .x suffix and install...

padb at googlecode.com padb at googlecode.com
Tue Dec 22 10:41:07 GMT 2009


Revision: 377
Author: apittman
Date: Tue Dec 22 02:38:06 2009
Log: Rename minfo to remove the horrible .x suffix and install
it into the same location as the auto-conf build.

http://code.google.com/p/padb/source/detail?r=377

Modified:
  /trunk/src/Makefile-simple

=======================================
--- /trunk/src/Makefile-simple	Mon Dec 21 14:12:41 2009
+++ /trunk/src/Makefile-simple	Tue Dec 22 02:38:06 2009
@@ -7,20 +7,22 @@

  FILES = Makefile minfo.c mpi_interface.h padb

-minfo.x: minfo.c mpi_interface.h
-	$(CC) minfo.c -o minfo.x -ldl $(CFLAGS)
-
-install: minfo.x
+minfo: minfo.c mpi_interface.h
+	$(CC) minfo.c -o minfo -ldl $(CFLAGS)
+
+install: minfo
  	/bin/mkdir -p ${INSTALL_DIR}/bin
-	/bin/cp minfo.x ${INSTALL_DIR}/bin/
  	/bin/cp padb ${INSTALL_DIR}/bin/
+	/bin/mkdir -p ${INSTALL_DIR}/libexec
+	/bin/cp minfo ${INSTALL_DIR}/libexec/
+

  make config_install:
  	/bin/mkdir -p ${CONFIG_DIR}
  	/bin/cp padb.conf ${CONFIG_DIR}/

  clean:
-	/bin/rm -f minfo.x
+	/bin/rm -f minfo

  tarfile:
  	/bin/rm -f padb-${VERSION}.tgz




More information about the padb-devel mailing list