You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
896 B
60 lines
896 B
4 years ago
|
# Makefile for pilot-link headers
|
||
|
|
||
|
c_headers = \
|
||
|
pi-address.h \
|
||
|
pi-appinfo.h \
|
||
|
pi-args.h \
|
||
|
pi-blob.h \
|
||
|
pi-bluetooth.h \
|
||
|
pi-buffer.h \
|
||
|
pi-calendar.h \
|
||
|
pi-cmp.h \
|
||
|
pi-contact.h \
|
||
|
pi-datebook.h \
|
||
|
pi-debug.h \
|
||
|
pi-dlp.h \
|
||
|
pi-error.h \
|
||
|
pi-expense.h \
|
||
|
pi-file.h \
|
||
|
pi-foto.h \
|
||
|
pi-header.h \
|
||
|
pi-hinote.h \
|
||
|
pi-inet.h \
|
||
|
pi-location.h \
|
||
|
pi-macros.h \
|
||
|
pi-mail.h \
|
||
|
pi-md5.h \
|
||
|
pi-memo.h \
|
||
|
pi-money.h \
|
||
|
pi-net.h \
|
||
|
pi-notepad.h \
|
||
|
pi-padp.h \
|
||
|
pi-palmpix.h \
|
||
|
pi-serial.h \
|
||
|
pi-slp.h \
|
||
|
pi-sockaddr.h \
|
||
|
pi-socket.h \
|
||
|
pi-source.h \
|
||
|
pi-sync.h \
|
||
|
pi-sys.h \
|
||
|
pi-syspkt.h \
|
||
|
pi-threadsafe.h \
|
||
|
pi-todo.h \
|
||
|
pi-usb.h \
|
||
|
pi-util.h \
|
||
|
pi-veo.h \
|
||
|
pi-versamail.h \
|
||
|
pi-version.h
|
||
|
|
||
|
c_privheaders = \
|
||
|
pi-userland.h \
|
||
|
pi-version.h.in
|
||
|
|
||
|
c_header_DATA = $(c_headers)
|
||
|
c_headerdir=$(includedir)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(c_headers) \
|
||
|
$(c_privheaders)
|
||
|
|