X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fexample1%2FMakefile.am;fp=examples-codegen%2Fexample1%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=59614ae2081bcfb4e73cebc04c940fa99afb6f79;hb=3de7c9f5068dbc3cf0e5994c44b0cd3d07a1bd8c;hpb=7ba3852764765e4ffe3ee420f639bd7f6091ccf0 diff --git a/examples-codegen/example1/Makefile.am b/examples-codegen/example1/Makefile.am deleted file mode 100644 index 59614ae..0000000 --- a/examples-codegen/example1/Makefile.am +++ /dev/null @@ -1,37 +0,0 @@ -# not a GNU package. You can remove this line, if you have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign - -# our dependencies -INCLUDES = @LIBT2N_CFLAGS@ -LDADD = @LIBT2N_LIBS@ - -# list your command groups (seperated by spaces) -CMDGROUPS = t2nexample - -# for each command group list the files to parse for LIBT2N_EXPORT -t2nexample_GROUP = t2nexample.cpp - -# unfortunately we can't set those from variables (because they are parsed by automake) - -# for each group build a client library from generated source file(s) -# (if you have automake >= 1.5 you might wish to use nodist_ here) -# Note: the library name must match the group name -libt2nexample_la_SOURCES = t2nexample_client.cpp -lib_LTLIBRARIES = libt2nexample.la - -# build server program -bin_PROGRAMS = libt2n-example1-server - -# (if you have automake >= 1.5 you might wish to use nodist_ here) -# nodist_server_SOURCES = t2nexample_server.cpp - -libt2n_example1_server_SOURCES = \ - server.cpp $(t2nexample_GROUP) \ - t2nexample_server.cpp - -# Make libt2n-gccxml.sh available -# as libt2n is not installed yet -PATH := $(top_srcdir):$(PATH) - -# include Makefile snippet doing all the magic -include codegen.make