summaryrefslogtreecommitdiff
path: root/libdde_linux26/mk/tmpl
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-27 22:07:53 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-27 22:07:53 +0000
commit4fbe7358c7747a9165f776eb19addbb9baf7def2 (patch)
treebc7076b4f6d10c2cc2942539bb666e50f0b66954 /libdde_linux26/mk/tmpl
parent21adb5284111190057db245cfc2b54091920c373 (diff)
rename libdde_linux26 into libdde-linux26 to make dpkg-source happy
Diffstat (limited to 'libdde_linux26/mk/tmpl')
-rw-r--r--libdde_linux26/mk/tmpl/MAINTAINER1
-rw-r--r--libdde_linux26/mk/tmpl/Makefile9
-rw-r--r--libdde_linux26/mk/tmpl/examples/Makefile10
-rw-r--r--libdde_linux26/mk/tmpl/idl/Makefile13
-rw-r--r--libdde_linux26/mk/tmpl/include/Makefile9
-rwxr-xr-xlibdde_linux26/mk/tmpl/inst8
-rw-r--r--libdde_linux26/mk/tmpl/lib/Makefile9
-rw-r--r--libdde_linux26/mk/tmpl/lib/src/Makefile14
-rw-r--r--libdde_linux26/mk/tmpl/ptest/Makefile6
-rw-r--r--libdde_linux26/mk/tmpl/ptest/run/Makefile10
-rw-r--r--libdde_linux26/mk/tmpl/server/Makefile9
-rw-r--r--libdde_linux26/mk/tmpl/server/src/Makefile18
-rw-r--r--libdde_linux26/mk/tmpl/server/src/main.c5
13 files changed, 0 insertions, 121 deletions
diff --git a/libdde_linux26/mk/tmpl/MAINTAINER b/libdde_linux26/mk/tmpl/MAINTAINER
deleted file mode 100644
index 85eb7179..00000000
--- a/libdde_linux26/mk/tmpl/MAINTAINER
+++ /dev/null
@@ -1 +0,0 @@
-mailaddr <enter your mail address here>
diff --git a/libdde_linux26/mk/tmpl/Makefile b/libdde_linux26/mk/tmpl/Makefile
deleted file mode 100644
index eb46c32a..00000000
--- a/libdde_linux26/mk/tmpl/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PKGDIR ?= .
-L4DIR ?= $(PKGDIR)/../..
-
-# the default is to build the listed directories, provided that they
-# contain a Makefile. If you need to change this, uncomment the following
-# line and adapt it.
-# TARGET = idl include src lib server examples doc
-
-include $(L4DIR)/mk/subdir.mk
diff --git a/libdde_linux26/mk/tmpl/examples/Makefile b/libdde_linux26/mk/tmpl/examples/Makefile
deleted file mode 100644
index 065f6d87..00000000
--- a/libdde_linux26/mk/tmpl/examples/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-PKGDIR ?= ..
-L4DIR ?= $(PKGDIR)/../..
-
-# create examples demonstrating the use of you package in subdirectories
-# and list those subdirs in the TARGET variable.
-TARGET =
-
-include $(L4DIR)/mk/subdir.mk
-
-
diff --git a/libdde_linux26/mk/tmpl/idl/Makefile b/libdde_linux26/mk/tmpl/idl/Makefile
deleted file mode 100644
index 902a1714..00000000
--- a/libdde_linux26/mk/tmpl/idl/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# makefile for package IDL directory
-#
-
-PKGDIR ?= ..
-L4DIR ?= $(PKGDIR)/../..
-
-# create an idl file an assign its name to IDL
-IDL =
-# the default idl type is DCE/dice. Uncomment the next line to change this.
-# IDL_TYPE= <your choice>
-
-include $(L4DIR)/mk/idl.mk
diff --git a/libdde_linux26/mk/tmpl/include/Makefile b/libdde_linux26/mk/tmpl/include/Makefile
deleted file mode 100644
index 8d31023f..00000000
--- a/libdde_linux26/mk/tmpl/include/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PKGDIR ?= ..
-L4DIR ?= $(PKGDIR)/../..
-
-# All haeder files found in this directory tree will be automatically
-# installed in a way that they can be included with
-# #include <l4/pkgname/yourfile.h> later.
-# No need to list them in this Makefile.
-
-include $(L4DIR)/mk/include.mk
diff --git a/libdde_linux26/mk/tmpl/inst b/libdde_linux26/mk/tmpl/inst
deleted file mode 100755
index 5e553544..00000000
--- a/libdde_linux26/mk/tmpl/inst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# install default directory hierarchy and default Makefiles
-#
-# Call this script from a newly created package directory.
-
-set -e
-tar c -C "${0%/*}" -f- --exclude=.svn --exclude=inst . | tar xvf -
diff --git a/libdde_linux26/mk/tmpl/lib/Makefile b/libdde_linux26/mk/tmpl/lib/Makefile
deleted file mode 100644
index 67d58733..00000000
--- a/libdde_linux26/mk/tmpl/lib/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PKGDIR ?= ..
-L4DIR ?= $(PKGDIR)/../..
-
-# the default is to build the listed directories, provided that they
-# contain a Makefile. If you need to change this, uncomment the following
-# line and adapt it.
-# TARGET = idl src lib server examples doc
-
-include $(L4DIR)/mk/subdir.mk
diff --git a/libdde_linux26/mk/tmpl/lib/src/Makefile b/libdde_linux26/mk/tmpl/lib/src/Makefile
deleted file mode 100644
index dfa73716..00000000
--- a/libdde_linux26/mk/tmpl/lib/src/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-PKGDIR?= ../..
-L4DIR ?= $(PKGDIR)/../..
-
-# the name of your library
-TARGET = lib$(PKGNAME).a
-
-# list your .c files here
-SRC_C =
-
-# if your library implements the client side of an idl defined in an
-# idl-file of your package, list the idl file name(s) here (no path needed)
-CLIENTIDL =
-
-include $(L4DIR)/mk/lib.mk
diff --git a/libdde_linux26/mk/tmpl/ptest/Makefile b/libdde_linux26/mk/tmpl/ptest/Makefile
deleted file mode 100644
index 2fc7ed3b..00000000
--- a/libdde_linux26/mk/tmpl/ptest/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-PKGDIR ?= ..
-L4DIR ?= $(PKGDIR)/../..
-
-TARGET = run
-
-include $(L4DIR)/mk/subdir.mk
diff --git a/libdde_linux26/mk/tmpl/ptest/run/Makefile b/libdde_linux26/mk/tmpl/ptest/run/Makefile
deleted file mode 100644
index 321601f0..00000000
--- a/libdde_linux26/mk/tmpl/ptest/run/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-PKGDIR ?= ../..
-L4DIR ?= $(PKGDIR)/../..
-
-# insert the binary name of the server to test
-TEST_SERVER =
-
-# insert the binary name of the application testing the server
-TEST_CLIENT =
-
-include $(L4DIR)/mk/runux.mk
diff --git a/libdde_linux26/mk/tmpl/server/Makefile b/libdde_linux26/mk/tmpl/server/Makefile
deleted file mode 100644
index 67d58733..00000000
--- a/libdde_linux26/mk/tmpl/server/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PKGDIR ?= ..
-L4DIR ?= $(PKGDIR)/../..
-
-# the default is to build the listed directories, provided that they
-# contain a Makefile. If you need to change this, uncomment the following
-# line and adapt it.
-# TARGET = idl src lib server examples doc
-
-include $(L4DIR)/mk/subdir.mk
diff --git a/libdde_linux26/mk/tmpl/server/src/Makefile b/libdde_linux26/mk/tmpl/server/src/Makefile
deleted file mode 100644
index 8b0c2471..00000000
--- a/libdde_linux26/mk/tmpl/server/src/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PKGDIR ?= ../..
-L4DIR ?= $(PKGDIR)/../..
-
-TARGET = $(PKGNAME)
-# the default relocation address. This may be superseded by a STATIC file.
-DEFAULT_RELOC = 0x01800000
-
-# list your .c files here
-SRC_C = main.c
-
-# if your server implements the server side of an idl defined in an idl-file
-# of your package, list the idl file name(s) here (no path needed)
-SERVERIDL =
-
-# list additional library paths and libraries here
-LIBS =
-
-include $(L4DIR)/mk/prog.mk
diff --git a/libdde_linux26/mk/tmpl/server/src/main.c b/libdde_linux26/mk/tmpl/server/src/main.c
deleted file mode 100644
index 65eddcf8..00000000
--- a/libdde_linux26/mk/tmpl/server/src/main.c
+++ /dev/null
@@ -1,5 +0,0 @@
-
-int main(int argc, char **argv)
-{
- return 0;
-}