summaryrefslogtreecommitdiff
path: root/src/Makeinfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makeinfo')
-rw-r--r--src/Makeinfo21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Makeinfo b/src/Makeinfo
new file mode 100644
index 0000000..80a2dd2
--- /dev/null
+++ b/src/Makeinfo
@@ -0,0 +1,21 @@
+uqm_SUBDIRS="libs res uqm"
+uqm_CFILES="options.c port.c uqm.c"
+uqm_HFILES="config.h endian_uqm.h options.h port.h types.h uqmversion.h"
+
+if [ "$uqm_HAVE_GETOPT_LONG" = 0 ]; then
+ uqm_SUBDIRS="$uqm_SUBDIRS getopt"
+fi
+
+case "$HOST_SYSTEM" in
+ Darwin)
+ uqm_SUBDIRS="$uqm_SUBDIRS darwin"
+ ;;
+ MSVC)
+ uqm_HFILES="$uqm_HFILES config_vc6.h"
+ ;;
+esac
+
+if [ "$uqm_HAVE_REGEX" = 0 ]; then
+ uqm_SUBDIRS="$uqm_SUBDIRS regex"
+fi
+