mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-28 06:10:53 +08:00
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@26 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
parent
502c87b35d
commit
c899010af2
44
src/Makefile.am
Normal file
44
src/Makefile.am
Normal file
@ -0,0 +1,44 @@
|
||||
SUBDIRS = . test
|
||||
bin_PROGRAMS = protoc-c
|
||||
lib_LTLIBRARIES = libprotobuf-c.la
|
||||
protobufcincludedir = $(includedir)/google/protobufc
|
||||
protoc_c_SOURCES = \
|
||||
google/protobuf/compiler/c/c_service.cc \
|
||||
google/protobuf/compiler/c/c_helpers.cc \
|
||||
google/protobuf/compiler/c/c_enum.cc \
|
||||
google/protobuf/compiler/c/c_enum_field.cc \
|
||||
google/protobuf/compiler/c/c_string_field.cc \
|
||||
google/protobuf/compiler/c/c_primitive_field.cc \
|
||||
google/protobuf/compiler/c/c_extension.cc \
|
||||
google/protobuf/compiler/c/c_file.cc \
|
||||
google/protobuf/compiler/c/c_field.cc \
|
||||
google/protobuf/compiler/c/c_message.cc \
|
||||
google/protobuf/compiler/c/c_generator.cc \
|
||||
google/protobuf/compiler/c/c_message_field.cc \
|
||||
google/protobuf/compiler/c/main.cc \
|
||||
google/protobuf/compiler/c/c_bytes_field.cc
|
||||
|
||||
protoc_c_LDADD = \
|
||||
-lprotoc
|
||||
|
||||
libprotobuf_c_la_SOURCES = \
|
||||
google/protobuf-c/protobuf-c.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
google/protobuf/compiler/c/c_message_field.h \
|
||||
google/protobuf/compiler/c/c_service.h \
|
||||
google/protobuf/compiler/c/c_helpers.h \
|
||||
google/protobuf/compiler/c/c_enum.h \
|
||||
google/protobuf/compiler/c/c_enum_field.h \
|
||||
google/protobuf/compiler/c/c_string_field.h \
|
||||
google/protobuf/compiler/c/c_primitive_field.h \
|
||||
google/protobuf/compiler/c/c_extension.h \
|
||||
google/protobuf/compiler/c/c_file.h \
|
||||
google/protobuf/compiler/c/c_field.h \
|
||||
google/protobuf/compiler/c/c_message.h \
|
||||
google/protobuf/compiler/c/c_generator.h \
|
||||
google/protobuf/compiler/c/c_bytes_field.h
|
||||
|
||||
protobufcinclude_HEADERS = \
|
||||
google/protobuf-c/protobuf-c.h \
|
||||
google/protobuf-c/protobuf-c-private.h
|
Loading…
x
Reference in New Issue
Block a user