1# $Id: Makefile.hooks_copy_object.app 501582 2016-05-17 14:27:35Z gouriano $
2
3REQUIRES = serial
4
5APP = hooks_copy_object
6SRC = hooks_copy_object
7
8# new_project.sh will copy everything in the following block to any
9# Makefile.*_app generated from this sample project.  Do not change
10# the lines reading "### BEGIN/END COPIED SETTINGS" in any way.
11
12### BEGIN COPIED SETTINGS
13#LIB = seq seqcode pub medline biblio general xser sequtil xutil xncbi
14LIBS = $(ORIG_LIBS)
15LIB = seqset $(SEQ_LIBS) pub medline biblio general xser xutil xncbi
16## If you need the C toolkit...
17# LIBS     = $(NCBI_C_LIBPATH) $(NCBI_C_ncbi) $(NETWORK_LIBS) $(ORIG_LIBS)
18# CPPFLAGS = $(ORIG_CPPFLAGS) $(NCBI_C_INCLUDE)
19### END COPIED SETTINGS
20
21WATCHERS = ucko
22