diff options
| author | 2010-05-22 01:39:16 -0400 | |
|---|---|---|
| committer | 2010-05-22 01:39:16 -0400 | |
| commit | 58a0ad3e30bd61cb0c2e6bb62dec600305ea2368 (patch) | |
| tree | 19ae625ea76d7c21538ccad9bf67b004df9533cf /src/Makefile.in | |
| parent | 996010895b4f92e37ce4ee535cd404b61ba314b5 (diff) | |
| download | idevicerestore-58a0ad3e30bd61cb0c2e6bb62dec600305ea2368.tar.gz idevicerestore-58a0ad3e30bd61cb0c2e6bb62dec600305ea2368.tar.bz2 | |
Finished implemented TSS request and TSS response
Removed base64.c/h since it's not needed with libplist
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 20 | 
1 files changed, 2 insertions, 18 deletions
| diff --git a/src/Makefile.in b/src/Makefile.in index 2dc4e8a..713e1a2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -48,8 +48,7 @@ CONFIG_CLEAN_VPATH_FILES =  am__installdirs = "$(DESTDIR)$(bindir)"  PROGRAMS = $(bin_PROGRAMS)  am_idevicerestore_OBJECTS = idevicerestore-idevicerestore.$(OBJEXT) \ -	idevicerestore-ipsw.$(OBJEXT) idevicerestore-tss.$(OBJEXT) \ -	idevicerestore-base64.$(OBJEXT) +	idevicerestore-ipsw.$(OBJEXT) idevicerestore-tss.$(OBJEXT)  idevicerestore_OBJECTS = $(am_idevicerestore_OBJECTS)  idevicerestore_LDADD = $(LDADD)  idevicerestore_LINK = $(CCLD) $(idevicerestore_CFLAGS) $(CFLAGS) \ @@ -188,7 +187,7 @@ AM_LDFLAGS = \  	$(libcurl_LIBS)            \  	$(libirecovery_LIBS) -idevicerestore_SOURCES = idevicerestore.c ipsw.c tss.c base64.c +idevicerestore_SOURCES = idevicerestore.c ipsw.c tss.c  idevicerestore_CFLAGS = $(AM_CFLAGS)  idevicerestore_LDFLAGS = $(AM_LDFLAGS)  all: all-am @@ -272,7 +271,6 @@ mostlyclean-compile:  distclean-compile:  	-rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idevicerestore-base64.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idevicerestore-idevicerestore.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idevicerestore-ipsw.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idevicerestore-tss.Po@am__quote@ @@ -333,20 +331,6 @@ idevicerestore-tss.obj: tss.c  @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(idevicerestore_CFLAGS) $(CFLAGS) -c -o idevicerestore-tss.obj `if test -f 'tss.c'; then $(CYGPATH_W) 'tss.c'; else $(CYGPATH_W) '$(srcdir)/tss.c'; fi` -idevicerestore-base64.o: base64.c -@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(idevicerestore_CFLAGS) $(CFLAGS) -MT idevicerestore-base64.o -MD -MP -MF $(DEPDIR)/idevicerestore-base64.Tpo -c -o idevicerestore-base64.o `test -f 'base64.c' || echo '$(srcdir)/'`base64.c -@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/idevicerestore-base64.Tpo $(DEPDIR)/idevicerestore-base64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='base64.c' object='idevicerestore-base64.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(idevicerestore_CFLAGS) $(CFLAGS) -c -o idevicerestore-base64.o `test -f 'base64.c' || echo '$(srcdir)/'`base64.c - -idevicerestore-base64.obj: base64.c -@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(idevicerestore_CFLAGS) $(CFLAGS) -MT idevicerestore-base64.obj -MD -MP -MF $(DEPDIR)/idevicerestore-base64.Tpo -c -o idevicerestore-base64.obj `if test -f 'base64.c'; then $(CYGPATH_W) 'base64.c'; else $(CYGPATH_W) '$(srcdir)/base64.c'; fi` -@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/idevicerestore-base64.Tpo $(DEPDIR)/idevicerestore-base64.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='base64.c' object='idevicerestore-base64.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(idevicerestore_CFLAGS) $(CFLAGS) -c -o idevicerestore-base64.obj `if test -f 'base64.c'; then $(CYGPATH_W) 'base64.c'; else $(CYGPATH_W) '$(srcdir)/base64.c'; fi` -  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \  	unique=`for i in $$list; do \ | 
