~ubuntu-branches/debian/sid/apr/sid

« back to all changes in this revision

Viewing changes to NWGNUmakefile

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2015-08-15 16:39:04 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: package-import@ubuntu.com-20150815163904-00zdg94ml34caazw
Tags: upstream-1.5.2
ImportĀ upstreamĀ versionĀ 1.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#
51
51
XINCDIRS        += \
52
52
                        $(APR)/include \
 
53
                        $(APR)/include/private \
53
54
                        $(APR)/include/arch/NetWare \
54
55
                        $(APR)/include/arch/unix \
55
56
                        $(APR)/memory/unix \
293
294
FILES_lib_objs = \
294
295
        $(OBJDIR)/apr_atomic.o \
295
296
        $(OBJDIR)/apr_cpystrn.o \
 
297
        $(OBJDIR)/apr_escape.o \
296
298
        $(OBJDIR)/apr_fnmatch.o \
297
299
        $(OBJDIR)/apr_getpass.o \
298
300
        $(OBJDIR)/apr_hash.o \
299
301
        $(OBJDIR)/apr_pools.o \
300
302
        $(OBJDIR)/apr_random.o \
 
303
        $(OBJDIR)/apr_skiplist.o \
301
304
        $(OBJDIR)/apr_snprintf.o \
302
305
        $(OBJDIR)/apr_strings.o \
303
306
        $(OBJDIR)/apr_strnatcmp.o \
407
410
vpath %.c atomic/netware:strings:tables:passwd:lib:time/unix
408
411
vpath %.c file_io/unix:locks/netware:misc/netware:misc/unix:threadproc/netware
409
412
vpath %.c poll/unix:shmem/unix:support/unix:random/unix
410
 
vpath %.c dso/netware:memory/unix:mmap/unix:user/netware
 
413
vpath %.c dso/netware:memory/unix:mmap/unix:user/netware:encoding
411
414
 
412
415
# Use the win32 network_io if Winsock is being used
413
416
ifndef USE_STDSOCKETS