summaryrefslogtreecommitdiff
path: root/apps/gperf/src/gperf.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/src/gperf.mpc')
-rw-r--r--apps/gperf/src/gperf.mpc19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/gperf/src/gperf.mpc b/apps/gperf/src/gperf.mpc
deleted file mode 100644
index b5a682d98d4..00000000000
--- a/apps/gperf/src/gperf.mpc
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(gperf) : aceexe, core, crosscompile {
- install = $(ACE_ROOT)/bin
- exename = gperf
- Source_Files {
- gperf.cpp
- Options.cpp
- Iterator.cpp
- Gen_Perf.cpp
- Key_List.cpp
- List_Node.cpp
- Hash_Table.cpp
- Bool_Array.cpp
- Vectors.cpp
- Version.cpp
- }
-}