skip to main
|
skip to sidebar
Pages
Home
Advertise
Request
Study
Presentations
Term papers
Source codes
Tips & Tricks
Android
Windows
Linux
Programming
iPhone
Blogging
SEO
Google
Software
Downloads
Tutorials
Software
Android
Programming
Mobile Tricks
Free GPRS/3G
Free callertune
Free SMS/call
Firmwares
Samsung
Motorola
Sony ericsson
HTC
Thursday, September 13, 2012
Posted by
Unknown
at
1:00 AM
0 comments
[LINUX]Sample code of Makefile
all: cal
lex.yy.c: cal1.l y.tab.h
lex -ll cal1.l
lex.yy.o: lex.yy.c
gcc -c lex.yy.c
y.tab.c: cal1.y
yacc -d cal1.y
y.tab.o: y.tab.c
gcc -c y.tab.c
cal: lex.yy.o y.tab.o
gcc -o temp lex.yy.o y.tab.o -ll -ly
y.tab.h: cal1.y
yacc -d cal1.y
Leave a Reply
Newer Post
Older Post
Subscribe to:
Post Comments (Atom)
Liked!! Share It
Translate blog
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Labels
programming tutorials
(49)
tips and tricks
(30)
study
(24)
windows tips and tricks
(9)
firmwares
(8)
linux tips and tricks
(8)
samsung firmwares
(6)
android tips and tricks
(5)
linux tutorials
(5)
downloads
(4)
presentations
(4)
programming tips and tricks
(4)
tutorials
(4)
termpapers
(3)
android tutorials
(2)
software tips and tricks
(2)
3g/gprs tips and tricks
(1)
airtel
(1)
free calls tips and tricks
(1)
htc firmwares
(1)
linux tricks
(1)
motorola firmwares
(1)
software tutorial
(1)
tech news
(1)
uninor
(1)
Popular Posts
Ubuntu vs other Linux Distros[comparison]
Courtesy of Linux format magazine(UK edition) As per Distrowatch.com, I have taken 4 Linux distro.(Top 5 Linux Distro) to compare with...
How to develop games in HTML5 quick and easy?
HTML5 is fast growing technology in recent time and many friends are asking about it for programming perspective and I decided to share...
Timer using Visual C++
/*************Header File****************************/ #include<afxwin.h> class CMyWnd : public CFrameWnd ...
date command shell script
if [ `date +%H` -lt 12 ] then echo "Good Morning" elif [ `date +%H` -lt 16 ] then echo "Good After No...
Support your nation by showing flag in firefox(Olympic)
Firefox has came with new theme collection for special Olympic-2012 occasion. You can fire up your browser with your country flag and show...
[Assembley Code]How to convert upper case to lower case and vice versa
; Name: Arpan Chavda ; Roll No.:09BCE006 ; Aim: Enter string from user and convert upper case to lower case and ; vice versa without ch...
How to install LAMP or Apache tomcat server in Ubuntu
If you want to install LAMP or apache tomcat server in any version of Ubuntu than follow below steps 1.Open terminal and Type the command ...
Blog Archive
▼
2012
(105)
▼
September
(52)
►
Sep 14
(11)
▼
Sep 13
(9)
[MATLAB] High pass filter using Fourier transforma...
[MATLAB] Low pass filter using Fourier transformation
Leach protocol tcl script NS2 simulation
Technical aptitude paper[Sample]
Download NCERT Books for free
[LINUX]Sample code of Makefile
[MATLAB] pseudo ternary technique using simulink
[MATLAB] NRZ-L technique using simulink
[MATLAB] NRZ-I technique using simulink
►
Sep 12
(17)
►
Sep 08
(7)
►
Sep 02
(8)
►
August
(4)
►
Aug 04
(4)
►
July
(49)
►
Jul 29
(2)
►
Jul 28
(19)
►
Jul 27
(1)
►
Jul 25
(1)
►
Jul 24
(26)
Total Pageviews
Powered by
Blogger
.
My other blogs
Techjar Blog
Samsung Galaxy SL-I9003
Comments
Followers
About Me
Unknown
View my complete profile