Assembla home | Assembla project page
 
Show
Ignore:
Timestamp:
11/08/08 00:16:10 (1 year ago)
Author:
McMahon
Message:

SQL Update
StructureManager? - new interface for creating+updating player structures (houses + harvesters)
Updated harvester remove harv data
[Buildings] thanks to Farmer John its now (0,0,1,0) instead of (0,0,0,1) - rejoice player housing works! (sorta)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • core3/trunk/MMOCoreORB/build/unix/Makefile

    r910 r912  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10 from Makefile.am. 
    22# Makefile.  Generated from Makefile.in by configure. 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    7272PRE_UNINSTALL = : 
    7373POST_UNINSTALL = : 
    74 build_triplet = i686-pc-cygwin 
    75 host_triplet = i686-pc-cygwin 
    76 target_triplet = i686-pc-cygwin 
     74build_triplet = i686-pc-linux-gnu 
     75host_triplet = i686-pc-linux-gnu 
     76target_triplet = i686-pc-linux-gnu 
    7777subdir = . 
    7878DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 
     
    117117distuninstallcheck_listfiles = find . -type f -print 
    118118distcleancheck_listfiles = find . -type f -print 
    119 ACLOCAL = ${SHELL} /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix/config/missing --run aclocal-1.10 
    120 AMTAR = ${SHELL} /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix/config/missing --run tar 
    121 AUTOCONF = ${SHELL} /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix/config/missing --run autoconf 
    122 AUTOHEADER = ${SHELL} /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix/config/missing --run autoheader 
    123 AUTOMAKE = ${SHELL} /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix/config/missing --run automake-1.10 
     119ACLOCAL = ${SHELL} /home/swgemu/workspace/MMOCoreORB/build/unix/config/missing --run aclocal-1.10 
     120AMTAR = ${SHELL} /home/swgemu/workspace/MMOCoreORB/build/unix/config/missing --run tar 
     121AUTOCONF = ${SHELL} /home/swgemu/workspace/MMOCoreORB/build/unix/config/missing --run autoconf 
     122AUTOHEADER = ${SHELL} /home/swgemu/workspace/MMOCoreORB/build/unix/config/missing --run autoheader 
     123AUTOMAKE = ${SHELL} /home/swgemu/workspace/MMOCoreORB/build/unix/config/missing --run automake-1.10 
    124124AWK = gawk 
    125125CC = gcc 
     
    130130CXXDEPMODE = depmode=gcc3 
    131131CXXFLAGS =    
    132 CYGPATH_W = cygpath -w 
     132CYGPATH_W = echo 
    133133DEFS = -DHAVE_CONFIG_H 
    134134DEPDIR = .deps 
     
    136136ECHO_N = -n 
    137137ECHO_T =  
    138 EXEEXT = .exe 
     138EXEEXT =  
    139139INSTALL = /usr/bin/install -c 
    140140INSTALL_DATA = ${INSTALL} -m 644 
     
    146146LIBS =  
    147147LTLIBOBJS =  
    148 MAKEINFO = ${SHELL} /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix/config/missing --run makeinfo 
    149 MKDIR_P = /usr/bin/mkdir -p 
     148MAKEINFO = ${SHELL} /home/swgemu/workspace/MMOCoreORB/build/unix/config/missing --run makeinfo 
     149MKDIR_P = /bin/mkdir -p 
    150150OBJEXT = o 
    151151PACKAGE = core3 
     
    161161STRIP =  
    162162SYSTEM_INCLUDES =  
    163 SYSTEM_LIBS = -lpthread -lwsock32 
     163SYSTEM_LIBS = -lrt -ldl -lpthread 
    164164USER_INCLUDES_PATH = /usr/local/include 
    165165USER_LIBS_PATH = /usr/local/lib 
    166166VERSION = 1.0 
    167 abs_builddir = /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix 
    168 abs_srcdir = /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix/../.. 
    169 abs_top_builddir = /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix 
    170 abs_top_srcdir = /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix/../.. 
     167abs_builddir = /home/swgemu/workspace/MMOCoreORB/build/unix 
     168abs_srcdir = /home/swgemu/workspace/MMOCoreORB/build/unix/../.. 
     169abs_top_builddir = /home/swgemu/workspace/MMOCoreORB/build/unix 
     170abs_top_srcdir = /home/swgemu/workspace/MMOCoreORB/build/unix/../.. 
    171171ac_ct_CC = gcc 
    172172ac_ct_CXX = g++ 
     
    177177am__untar = ${AMTAR} xf - 
    178178bindir = ${exec_prefix}/bin 
    179 build = i686-pc-cygwin 
     179build = i686-pc-linux-gnu 
    180180build_alias =  
    181181build_cpu = i686 
    182 build_os = cygwin 
     182build_os = linux-gnu 
    183183build_vendor = pc 
    184184builddir = . 
     
    188188dvidir = ${docdir} 
    189189exec_prefix = ${prefix} 
    190 host = i686-pc-cygwin 
     190host = i686-pc-linux-gnu 
    191191host_alias =  
    192192host_cpu = i686 
    193 host_os = cygwin 
     193host_os = linux-gnu 
    194194host_vendor = pc 
    195195htmldir = ${docdir} 
    196196includedir = ${prefix}/include 
    197197infodir = ${datarootdir}/info 
    198 install_sh = $(SHELL) /cygdrive/c/Work/SWGEmu/liveWorkspace/MMOCoreORB/build/unix/config/install-sh 
     198install_sh = $(SHELL) /home/swgemu/workspace/MMOCoreORB/build/unix/config/install-sh 
    199199libdir = ${exec_prefix}/lib 
    200200libexecdir = ${exec_prefix}/libexec 
     
    202202localstatedir = ${prefix}/var 
    203203mandir = ${datarootdir}/man 
    204 mkdir_p = /usr/bin/mkdir -p 
     204mkdir_p = /bin/mkdir -p 
    205205oldincludedir = /usr/include 
    206206pdfdir = ${docdir} 
     
    212212srcdir = ../.. 
    213213sysconfdir = ${prefix}/etc 
    214 target = i686-pc-cygwin 
     214target = i686-pc-linux-gnu 
    215215target_alias =  
    216216target_cpu = i686 
    217 target_os = cygwin 
     217target_os = linux-gnu 
    218218target_vendor = pc 
    219219top_builddir = . 
     
    350350            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    351351          done | \ 
    352           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
    353               END { if (nonempty) { for (i in files) print i; }; }'`; \ 
     352          $(AWK) '    { files[$$0] = 1; } \ 
     353              END { for (i in files) print i; }'`; \ 
    354354        mkid -fID $$unique 
    355355tags: TAGS 
     
    376376            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    377377          done | \ 
    378           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    379               END { if (nonempty) { for (i in files) print i; }; }'`; \ 
     378          $(AWK) '    { files[$$0] = 1; } \ 
     379              END { for (i in files) print i; }'`; \ 
    380380        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 
    381381          test -n "$$unique" || unique=$$empty_fix; \ 
     
    387387                $(TAGS_FILES) $(LISP) 
    388388        tags=; \ 
     389        here=`pwd`; \ 
    389390        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 
    390391        unique=`for i in $$list; do \ 
    391392            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    392393          done | \ 
    393           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    394               END { if (nonempty) { for (i in files) print i; }; }'`; \ 
     394          $(AWK) '    { files[$$0] = 1; } \ 
     395              END { for (i in files) print i; }'`; \ 
    395396        test -z "$(CTAGS_ARGS)$$tags$$unique" \ 
    396397          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 
     
    463464        $(am__remove_distdir) 
    464465 
    465 dist-lzma: distdir 
    466         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 
    467         $(am__remove_distdir) 
    468  
    469466dist-tarZ: distdir 
    470467        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 
     
    493490        *.tar.bz2*) \ 
    494491          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 
    495         *.tar.lzma*) \ 
    496           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 
    497492        *.tar.Z*) \ 
    498493          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 
     
    645640        all all-am am--refresh check check-am clean clean-generic \ 
    646641        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 
    647         dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \ 
     642        dist-shar dist-tarZ dist-zip distcheck distclean \ 
    648643        distclean-generic distclean-hdr distclean-tags distcleancheck \ 
    649644        distdir distuninstallcheck dvi dvi-am html html-am info \